From 2c93c73cbd1966e8cead7e7856044a2eb12138d7 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Thu, 8 Oct 2015 11:58:46 +0200 Subject: ecore_cocoa: add support for system cursors - Ecore_Cocoa_Cursor enum which references system cursors; - API to show/hide cursor: ecore_cocoa_window_cursor_show(); - API to set system cursor: ecore_cocoa_window_cursor_set(); - Ecore_Evas interface to get Ecore_Cocoa_Window from Ecore_Evas. @feature Signed-off-by: Cedric BAIL --- src/lib/ecore_cocoa/ecore_cocoa_private.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/ecore_cocoa/ecore_cocoa_private.h') diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h index ffe48ab074..9952278cea 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_private.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h @@ -62,4 +62,8 @@ struct _Ecore_Cocoa_Window }; +/* Internal init */ +Eina_Bool _ecore_cocoa_window_init(void); + + #endif -- cgit v1.2.1