comparison libmenu/menu_list.c @ 32000:8278ef02b2e5

Move menu_mouse_* extern declarations to menu.h, where they belong.
author diego
date Wed, 08 Sep 2010 18:21:49 +0000
parents 32725ca88fed
children 9e627a1793b1
comparison
equal deleted inserted replaced
31999:378af88c0db0 32000:8278ef02b2e5
33 #include "osdep/keycodes.h" 33 #include "osdep/keycodes.h"
34 34
35 #define IMPL 1 35 #define IMPL 1
36 #include "menu_list.h" 36 #include "menu_list.h"
37 37
38 extern double menu_mouse_x;
39 extern double menu_mouse_y;
40 extern int menu_mouse_pos_updated;
41 static int mouse_x; 38 static int mouse_x;
42 static int mouse_y; 39 static int mouse_y;
43 static int selection_x; 40 static int selection_x;
44 static int selection_y; 41 static int selection_y;
45 static int selection_w; 42 static int selection_w;