diff options
author | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2016-01-06 00:06:59 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-07 12:03:05 +0100 |
commit | 34293b02af9a22f41bd26f4c0a3698b37a27e865 (patch) | |
tree | af4fcc3f2428e33dfc8e4140150781fa1e77334d /src/lib | |
parent | edaa72ce1c8987bdddc4deaaee20af109c8a8a42 (diff) |
ecore_cocoa: don't expose Ecore_Cocoa_Screen in the public API
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ecore_cocoa/Ecore_Cocoa.h | 5 | ||||
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_private.h | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h b/src/lib/ecore_cocoa/Ecore_Cocoa.h index 674f1d39ed..58b7e6880c 100644 --- a/src/lib/ecore_cocoa/Ecore_Cocoa.h +++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h | |||
@@ -94,11 +94,6 @@ struct _Ecore_Cocoa_Event_Window | |||
94 | Ecore_Cocoa_Window_Id wid; | 94 | Ecore_Cocoa_Window_Id wid; |
95 | }; | 95 | }; |
96 | 96 | ||
97 | struct _Ecore_Cocoa_Screen | ||
98 | { | ||
99 | int dummy; | ||
100 | }; | ||
101 | |||
102 | /** | 97 | /** |
103 | * @typedef Ecore_Cocoa_Cnp_Type | 98 | * @typedef Ecore_Cocoa_Cnp_Type |
104 | * Type used to interact with the Cocoa pasteboard. | 99 | * Type used to interact with the Cocoa pasteboard. |
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); |