tasn pushed a commit to branch efl-1.15.

http://git.enlightenment.org/core/efl.git/commit/?id=5377478bbe61b1622fde428b7aa9d415350e6c99

commit 5377478bbe61b1622fde428b7aa9d415350e6c99
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed Sep 30 13:22:53 2015 +0100

    Ecore win32: Fix compilation.
    
    Broke in commit 015040d13f1340529cf31ee73d6b25987c23a670.
    Please compile check before pushing.
---
 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 d20a85d..d50aeec 100644
--- a/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c
+++ b/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c
@@ -219,7 +219,7 @@ _ecore_evas_win32_event_mouse_out(void *data EINA_UNUSED, 
int type EINA_UNUSED,
 
    if (ee->in)
      {
-        if ((evas_event_down_count_get(ee->evas) > 0) return 
ECORE_CALLBACK_PASS_ON;
+        if (evas_event_down_count_get(ee->evas) > 0) return 
ECORE_CALLBACK_PASS_ON;
         evas_event_feed_mouse_out(ee->evas, e->timestamp, NULL);
         if (ee->func.fn_mouse_out) ee->func.fn_mouse_out(ee);
         if (ee->prop.cursor.object) evas_object_hide(ee->prop.cursor.object);

-- 


Reply via email to