Changeset 1505 for trunk/core/gui_menu.h


Ignore:
Timestamp:
12/26/11 01:24:43 (17 months ago)
Author:
reyalp
Message:

merge tsvstar module code from reyalp-flt branch, + fixups for r1499, see http://chdk.setepontos.com/index.php?topic=847.msg77690#msg77690 and following posts
NOTE modules in CHDK/MODULES are now required for CHDK to work properly. On multi-partition cards, this goes on the large card.
Adds tetris and snake, originally contributed by elektro255 in http://chdk.setepontos.com/index.php?topic=2925.0

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/core/gui_menu.h

    r1407 r1505  
    5050typedef struct { 
    5151    char                symbol; 
    52     short               title; 
     52    int                 title; 
    5353    void                (*on_change)(unsigned int item); 
    5454    const CMenuItem     *menu; 
     
    6363extern void gui_menu_init(CMenu *menu_ptr); 
    6464extern void gui_menu_kbd_process(); 
    65 extern void gui_menu_draw(); 
     65extern void gui_menu_draw(int enforce_redraw); 
    6666extern void mod_user_menu(CMenuItem curr_menu_item, int* gui_menu_add_item, int mod); 
    6767extern void gui_menu_force_redraw(); 
    6868//------------------------------------------------------------------- 
     69 
     70// declared in gui.c 
     71extern CMenuItem* find_mnu(CMenu *curr_menu, int item); 
     72 
    6973#endif 
Note: See TracChangeset for help on using the changeset viewer.