ui/gtk/toolkit.h

changeset 164
1d912f78fd1d
parent 163
b70e2a77dea0
child 264
24d9a92fd048
equal deleted inserted replaced
163:b70e2a77dea0 164:1d912f78fd1d
34 #include "../common/object.h" 34 #include "../common/object.h"
35 35
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 extern "C" { 37 extern "C" {
38 #endif 38 #endif
39
40 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
39 41
40 typedef struct UiEventData { 42 typedef struct UiEventData {
41 UiObject *obj; 43 UiObject *obj;
42 ui_callback callback; 44 ui_callback callback;
43 void *userdata; 45 void *userdata;

mercurial