diff options
author | Jean Guyomarc'h <jean.guyomarch@openwide.fr> | 2015-10-08 11:58:46 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-12-01 12:15:31 -0800 |
commit | 2c93c73cbd1966e8cead7e7856044a2eb12138d7 (patch) | |
tree | 51897e9c1001d71e92f3ad3bdf086e114be1038f /src/lib/ecore_cocoa/ecore_cocoa_private.h | |
parent | ba4fbb99bc99734b81925793f47cc2601be5bd5b (diff) |
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 <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/ecore_cocoa/ecore_cocoa_private.h')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_private.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
62 | }; | 62 | }; |
63 | 63 | ||
64 | 64 | ||
65 | /* Internal init */ | ||
66 | Eina_Bool _ecore_cocoa_window_init(void); | ||
67 | |||
68 | |||
65 | #endif | 69 | #endif |