devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6f2f7c0e9463612c05b7a85cc049df5581d57581

commit 6f2f7c0e9463612c05b7a85cc049df5581d57581
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Jan 29 10:12:08 2015 -0500

    fix copy/paste errors
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_grabinput.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/e_grabinput.c b/src/bin/e_grabinput.c
index 16cd276..979fc3b 100644
--- a/src/bin/e_grabinput.c
+++ b/src/bin/e_grabinput.c
@@ -220,7 +220,7 @@ _e_grabinput_focus_do(Ecore_Window win, E_Focus_Method 
method)
         ecore_x_window_focus_at_time(win, ecore_x_current_time_get());
         ecore_x_icccm_take_focus_send(win, ecore_x_current_time_get());
 #else
-        if ((wl_win = ecore_wl_window_find(key_win)))
+        if ((wl_win = ecore_wl_window_find(win)))
           {
              /* FIXME: Need to add an ecore_wl_window_focus function */
           }
@@ -231,7 +231,7 @@ _e_grabinput_focus_do(Ecore_Window win, E_Focus_Method 
method)
 #ifndef HAVE_WAYLAND_ONLY
         ecore_x_icccm_take_focus_send(win, ecore_x_current_time_get());
 #else
-        if ((wl_win = ecore_wl_window_find(key_win)))
+        if ((wl_win = ecore_wl_window_find(win)))
           {
              /* FIXME: Need to add an ecore_wl_window_focus function */
           }
@@ -242,7 +242,7 @@ _e_grabinput_focus_do(Ecore_Window win, E_Focus_Method 
method)
 #ifndef HAVE_WAYLAND_ONLY
         ecore_x_window_focus_at_time(win, ecore_x_current_time_get());
 #else
-        if ((wl_win = ecore_wl_window_find(key_win)))
+        if ((wl_win = ecore_wl_window_find(win)))
           {
              /* FIXME: Need to add an ecore_wl_window_focus function */
           }

-- 


Reply via email to