diff options
Diffstat (limited to 'src/lib/ecore_cocoa/Ecore_Cocoa.h')
-rw-r--r-- | src/lib/ecore_cocoa/Ecore_Cocoa.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h b/src/lib/ecore_cocoa/Ecore_Cocoa.h index 3b650011f3..78d15ced48 100644 --- a/src/lib/ecore_cocoa/Ecore_Cocoa.h +++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h | |||
@@ -159,15 +159,17 @@ EAPI void ecore_cocoa_window_borderless_set(Ecore_Cocoa_Window *window, | |||
159 | int on); | 159 | int on); |
160 | 160 | ||
161 | EAPI void ecore_cocoa_window_view_set(Ecore_Cocoa_Window *window, | 161 | EAPI void ecore_cocoa_window_view_set(Ecore_Cocoa_Window *window, |
162 | void *view); | 162 | void *view); |
163 | 163 | ||
164 | EAPI int ecore_cocoa_titlebar_height_get(void); | 164 | EAPI int ecore_cocoa_titlebar_height_get(void); |
165 | 165 | ||
166 | EAPI Ecore_Cocoa_Window_Id ecore_cocoa_window_get_window_id(Ecore_Cocoa_Window *window); | 166 | EAPI Ecore_Cocoa_Window_Id ecore_cocoa_window_get_window_id(Ecore_Cocoa_Window *window); |
167 | 167 | ||
168 | |||
169 | #ifdef __cplusplus | 168 | #ifdef __cplusplus |
170 | } | 169 | } |
171 | #endif | 170 | #endif |
172 | 171 | ||
172 | #undef EAPI | ||
173 | #define EAPI | ||
174 | |||
173 | #endif | 175 | #endif |