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:
fe0672f
)
breaks java! yay!
author
Carsten Haitzler
<raster@rasterman.com>
Sun, 24 Jun 2012 07:50:02 +0000
(07:50 +0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Sun, 24 Jun 2012 07:50:02 +0000
(07:50 +0000)
SVN revision: 72756
src/bin/e_grabinput.c
patch
|
blob
|
history
diff --git
a/src/bin/e_grabinput.c
b/src/bin/e_grabinput.c
index
dfc89d3
..
84ebc08
100644
(file)
--- a/
src/bin/e_grabinput.c
+++ b/
src/bin/e_grabinput.c
@@
-130,7
+130,8
@@
_e_grabinput_focus_check(void *data __UNUSED__)
{
if (ecore_x_window_focus_get() != focus_fix_win)
{
- _e_grabinput_focus_do(focus_fix_win, focus_fix_method);
+// woot breaks java. pants on!
+// _e_grabinput_focus_do(focus_fix_win, focus_fix_method);
}
focus_fix_timer = NULL;
return EINA_FALSE;