projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1184b2
)
sync before removing all the enter events. this way it actually catches them
author
Dana Jansens
<danakj@orodu.net>
Sat, 6 Sep 2003 09:10:43 +0000
(09:10 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 6 Sep 2003 09:10:43 +0000
(09:10 +0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index 38ad8978d7cf32a56fc3e1637a46c8d4c210dd8e..53dce6e78f56827fffa728f8b2f4b7d41abdf7d7 100644
(file)
--- a/
openbox/screen.c
+++ b/
openbox/screen.c
@@
-430,6
+430,7
@@
void screen_set_desktop(guint num)
}
}
+ XSync(ob_display, FALSE);
/* focus the last focused window on the desktop, and ignore enter events
from the switch so it doesnt mess with the focus */
while (XCheckTypedEvent(ob_display, EnterNotify, &e));