devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=75d25f8c47084afdcbb1c52c01e5f7139f7ac03d

commit 75d25f8c47084afdcbb1c52c01e5f7139f7ac03d
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Mar 19 07:47:20 2014 +0000

    Fix the "Fix more wayland crashes" commit so that we can build for
    wayland-only again
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/winlist/e_winlist.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/winlist/e_winlist.c b/src/modules/winlist/e_winlist.c
index 82007c7..5339ec5 100644
--- a/src/modules/winlist/e_winlist.c
+++ b/src/modules/winlist/e_winlist.c
@@ -51,9 +51,7 @@ static int _hold_count = 0;
 static int _hold_mod = 0;
 static E_Winlist_Activate_Type _activate_type = 0;
 static Eina_List *_handlers = NULL;
-#ifndef HAVE_WAYLAND_ONLY
 static Ecore_Window _input_window = 0;
-#endif
 static int _scroll_to = 0;
 static double _scroll_align_to = 0.0;
 static double _scroll_align = 0.0;

-- 


Reply via email to