ui/motif/window.h

changeset 931
6ca1ef6c8107
parent 930
4ce8df2311f0
child 932
28fc967f74ef
equal deleted inserted replaced
930:4ce8df2311f0 931:6ca1ef6c8107
32 #include "../ui/window.h" 32 #include "../ui/window.h"
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37
38 #define UI_MOTIF_APP_WINDOW 0xabcd
37 39
38 typedef struct UiMainWindow { 40 typedef struct UiMotifAppWindow {
41 int magic;
39 Widget menubar; 42 Widget menubar;
40 } UiMainWindow; 43 } UiMotifAppWindow;
41 44
42 45
43 #ifdef __cplusplus 46 #ifdef __cplusplus
44 } 47 }
45 #endif 48 #endif

mercurial