kill a warning
This commit is contained in:
parent
dbe2851b91
commit
4541959b8c
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ void menu_startup()
|
||||||
Action *a;
|
Action *a;
|
||||||
|
|
||||||
menu_hash = g_hash_table_new_full(g_str_hash, g_str_equal,
|
menu_hash = g_hash_table_new_full(g_str_hash, g_str_equal,
|
||||||
menu_destroy_hash_key,
|
(GDestroyNotify)menu_destroy_hash_key,
|
||||||
(GDestroyNotify)menu_destroy_hash_value);
|
(GDestroyNotify)menu_destroy_hash_value);
|
||||||
|
|
||||||
m = menu_new("sex menu", "root", NULL);
|
m = menu_new("sex menu", "root", NULL);
|
||||||
|
|
|
@ -69,7 +69,7 @@ typedef enum MenuEntryRenderType {
|
||||||
MenuEntryRenderType_Other = 1 << 7
|
MenuEntryRenderType_Other = 1 << 7
|
||||||
} MenuEntryRenderType;
|
} MenuEntryRenderType;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct MenuEntry {
|
||||||
char *label;
|
char *label;
|
||||||
Menu *parent;
|
Menu *parent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue