projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0bf037
)
use client window for x11 button ungrabbing
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 30 Jun 2015 22:46:33 +0000
(18:46 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 30 Jun 2015 22:46:33 +0000
(18:46 -0400)
ref
afb62b498997ca038687c0cd0ca97aa361aaa1b7
src/bin/e_comp_x.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_x.c
b/src/bin/e_comp_x.c
index 8e2a86aa15204f946f0e591c80b15846ac397b09..fe126be7c90fb1d322ee31f059208ba1ffd054f5 100644
(file)
--- 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_
p
win_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);