diff options
Diffstat (limited to 'src/lib/ecore_cocoa/Ecore_Cocoa.h')
-rw-r--r-- | src/lib/ecore_cocoa/Ecore_Cocoa.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h b/src/lib/ecore_cocoa/Ecore_Cocoa.h index 5e3ab8735b..a794495f19 100644 --- a/src/lib/ecore_cocoa/Ecore_Cocoa.h +++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h | |||
@@ -61,6 +61,12 @@ typedef struct _Ecore_Cocoa_Screen Ecore_Cocoa_Screen; | |||
61 | typedef void * Ecore_Cocoa_Window_Id; | 61 | typedef void * Ecore_Cocoa_Window_Id; |
62 | 62 | ||
63 | /** | 63 | /** |
64 | * @typedef Ecore_Cocoa_Object | ||
65 | * Opaque handler to refer to an objective-c object (aka id) | ||
66 | */ | ||
67 | typedef void Ecore_Cocoa_Object; | ||
68 | |||
69 | /** | ||
64 | * @typedef Ecore_Cocoa_Event_Video_Resize | 70 | * @typedef Ecore_Cocoa_Event_Video_Resize |
65 | * Type of event thrown when a window is resized | 71 | * Type of event thrown when a window is resized |
66 | */ | 72 | */ |
@@ -252,7 +258,7 @@ EAPI void ecore_cocoa_window_borderless_set(Ecore_Cocoa_Window *window, | |||
252 | Eina_Bool on); | 258 | Eina_Bool on); |
253 | 259 | ||
254 | EAPI void ecore_cocoa_window_view_set(Ecore_Cocoa_Window *window, | 260 | EAPI void ecore_cocoa_window_view_set(Ecore_Cocoa_Window *window, |
255 | void *view); | 261 | Ecore_Cocoa_Object *view); |
256 | 262 | ||
257 | EAPI int ecore_cocoa_titlebar_height_get(void); | 263 | EAPI int ecore_cocoa_titlebar_height_get(void); |
258 | 264 | ||