29:c96169444d88 | 30:34513f76d5a8 |
---|---|
32 #include <stdarg.h> | 32 #include <stdarg.h> |
33 | 33 |
34 #include "menu.h" | 34 #include "menu.h" |
35 #include "toolkit.h" | 35 #include "toolkit.h" |
36 #include "../common/context.h" | 36 #include "../common/context.h" |
37 #include "../ui/properties.h" | |
37 #include "../ui/window.h" | 38 #include "../ui/window.h" |
38 | 39 |
39 static UcxList *menus; | 40 static UcxList *menus; |
40 static UcxList *current; | 41 static UcxList *current; |
41 | 42 |