Fix warnings about menudialogs

This commit is contained in:
Ryan Dwyer
2019-10-20 23:20:40 +10:00
parent 9f25c81854
commit 5fce6a068e
3 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -822,7 +822,7 @@ struct menu_item {
u32 flags;
u32 left;
u32 right;
u32 (*handler)(u32, u32, u32);
void *handler;
};
#define MENUDIALOGTYPE_DEFAULT 0x01