A few fixes, CD-ROM ejecting/reloading should no longer cause heap problems because they now allocate prev_image_path with the correct length, and the status bar should now work after a hard reset with no config change.
This commit is contained in:
2
src/ui.h
2
src/ui.h
@@ -53,7 +53,7 @@ extern void ui_check_menu_item(int id, int checked);
|
||||
extern wchar_t *ui_window_title(wchar_t *s);
|
||||
extern void ui_status_update(void);
|
||||
extern int ui_sb_find_part(int tag);
|
||||
extern void ui_sb_set_not_ready(void);
|
||||
extern void ui_sb_set_ready(int ready);
|
||||
extern void ui_sb_update_panes(void);
|
||||
extern void ui_sb_update_tip(int meaning);
|
||||
extern void ui_sb_check_menu_item(int tag, int id, int chk);
|
||||
|
||||
Reference in New Issue
Block a user