discomfitor pushed a commit to branch master.

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

commit c9a444c85da6b084f140c9baf4ec686267edbc2f
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Jun 30 18:46:33 2015 -0400

    use client window for x11 button ungrabbing
    
    ref afb62b498997ca038687c0cd0ca97aa361aaa1b7
---
 src/bin/e_comp_x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 8e2a86a..fe126be 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -201,7 +201,7 @@ _e_comp_x_focus_setup(E_Client *ec)
 static void
 _e_comp_x_focus_setdown(E_Client *ec)
 {
-   Ecore_X_Window win = _e_comp_x_client_util_pwin_get(ec);
+   Ecore_X_Window win = _e_comp_x_client_util_win_get(ec);
 
    if (!_e_comp_x_client_data_get(ec)->button_grabbed) return;
    e_bindings_mouse_ungrab(E_BINDING_CONTEXT_WINDOW, win);

-- 


Reply via email to