diff options
author | Jean Guyomarc'h <jean.guyomarch@openwide.fr> | 2015-10-08 11:58:46 +0200 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2015-12-03 12:07:20 -0500 |
commit | 4623d57762094011c5155cbea9512ae6a2db8852 (patch) | |
tree | c2a95a013f4fd25e669091066ab4f33cba923994 /src/lib/ecore_cocoa/ecore_cocoa_private.h | |
parent | 116a0abf9326b274671d233be6626a5d63e153ab (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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h index 535e08a7ed..db002886fa 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_private.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h | |||
@@ -67,6 +67,4 @@ Eina_Bool _ecore_cocoa_window_init(void); | |||
67 | 67 | ||
68 | Eina_Bool _ecore_cocoa_feed_events(void *anEvent); | 68 | Eina_Bool _ecore_cocoa_feed_events(void *anEvent); |
69 | 69 | ||
70 | |||
71 | |||
72 | #endif | 70 | #endif |