diff options
Diffstat (limited to 'src/lib/ecore_cocoa/ecore_cocoa_private.h')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h index 535e08a7ed..ae0c6c8391 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_private.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h | |||
@@ -61,6 +61,11 @@ struct _Ecore_Cocoa_Window | |||
61 | unsigned int borderless : 1; | 61 | unsigned int borderless : 1; |
62 | }; | 62 | }; |
63 | 63 | ||
64 | struct _Ecore_Cocoa_Screen | ||
65 | { | ||
66 | int dummy; | ||
67 | }; | ||
68 | |||
64 | 69 | ||
65 | /* Internal init */ | 70 | /* Internal init */ |
66 | Eina_Bool _ecore_cocoa_window_init(void); | 71 | Eina_Bool _ecore_cocoa_window_init(void); |