discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=38f1f9c5f243817c3db99e5584a447672163d6db

commit 38f1f9c5f243817c3db99e5584a447672163d6db
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Feb 12 16:21:52 2015 -0500

    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
---
 src/modules/ecore_evas/engines/win32/ecore_evas_win32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 36587b9..6af1803 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
 }
 
 static void
-_ecore_evas_win32_object_cursor_unset(Ecore_Evas *ee)
+_ecore_evas_win32_cursor_unset(Ecore_Evas *ee)
 {
    evas_object_event_callback_del_full(ee->prop.cursor.object, 
EVAS_CALLBACK_DEL, _ecore_evas_object_cursor_del, ee);
 }

-- 


Reply via email to