Project

General

Profile

Revision 292

changed menu to file

View differences:

proj/libs/graph/src/menu.c
99 99
    return ret;
100 100
}
101 101

  
102
static int highlighted = -1;
103

  
104 102
int (menu_update_state)(menu_t *menu, int click) {
105 103

  
106 104
    if (rectangle_collide_point(menu->r[0], *get_mouse_X(), *get_mouse_Y())) {

Also available in: Unified diff