comparison libmenu/menu.h @ 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 1c540767767e
children f1a1e1d77c99
comparison
equal deleted inserted replaced
31999:378af88c0db0 32000:8278ef02b2e5
27 extern char *menu_fribidi_charset; 27 extern char *menu_fribidi_charset;
28 extern int menu_flip_hebrew; 28 extern int menu_flip_hebrew;
29 extern int menu_fribidi_flip_commas; 29 extern int menu_fribidi_flip_commas;
30 extern int menu_keepdir; 30 extern int menu_keepdir;
31 extern int menu_startup; 31 extern int menu_startup;
32 32 extern double menu_mouse_x;
33 extern double menu_mouse_y;
34 extern int menu_mouse_pos_updated;
33 35
34 struct menu_priv_s; 36 struct menu_priv_s;
35 typedef struct menu_s menu_t; 37 typedef struct menu_s menu_t;
36 38
37 typedef struct menu_def_st menu_def_t; 39 typedef struct menu_def_st menu_def_t;