diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-02-12 16:21:52 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-02-12 16:21:52 -0500 |
commit | 38f1f9c5f243817c3db99e5584a447672163d6db (patch) | |
tree | 214aabaf5ab6b7cba0d25a34b2c73ac9173548b5 | |
parent | dc5a391d1c9962d3b13fbede79733d05076a4dea (diff) |
ee-win32 probably might compile now
<vtorri> bad Mike !
<vtorri> the name of the function is not good, so compilation fails on Windows
<vtorri> remove 'object' in the name of the definition of the function :)
@fix
-rw-r--r-- | src/modules/ecore_evas/engines/win32/ecore_evas_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c b/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c index 36587b96a2..6af18036b1 100644 --- a/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c +++ b/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c | |||
@@ -823,7 +823,7 @@ _ecore_evas_object_cursor_del(void *data, Evas *e EINA_UNUSED, Evas_Object *obj | |||
823 | } | 823 | } |
824 | 824 | ||
825 | static void | 825 | static void |
826 | _ecore_evas_win32_object_cursor_unset(Ecore_Evas *ee) | 826 | _ecore_evas_win32_cursor_unset(Ecore_Evas *ee) |
827 | { | 827 | { |
828 | evas_object_event_callback_del_full(ee->prop.cursor.object, EVAS_CALLBACK_DEL, _ecore_evas_object_cursor_del, ee); | 828 | evas_object_event_callback_del_full(ee->prop.cursor.object, EVAS_CALLBACK_DEL, _ecore_evas_object_cursor_del, ee); |
829 | } | 829 | } |