Changeset 722
- Timestamp:
- 07/29/11 12:05:13 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/gui.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui.c
r719 r722 906 906 907 907 void rinit(){ 908 // Erase screen if switching from user menu to main menu 909 // in case the user menu is larger than the main menu 910 // otherwise it leaves remnants of the user menu above and below 911 // the main menu. 912 draw_restore(); 908 913 gui_menu_init(&root_menu); 909 914 }
Note: See TracChangeset
for help on using the changeset viewer.