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:
227d8b8
)
ignore ungrab enter notifies for focus
author
Dana Jansens
<danakj@orodu.net>
Sun, 21 Sep 2003 19:42:01 +0000
(19:42 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 21 Sep 2003 19:42:01 +0000
(19:42 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index c32d8bae630eeb67084b9ab67507f036cab43d69..fc82e628cbd811d380c7cdfae9f4d90d262fa4d1 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-739,7
+739,8
@@
static void event_handle_client(ObClient *client, XEvent *e)
case OB_FRAME_CONTEXT_FRAME:
if (!nofocus && client_normal(client) && config_focus_follow) {
if (e->xcrossing.mode == NotifyGrab ||
- e->xcrossing.detail == NotifyInferior)
+ e->xcrossing.detail == NotifyInferior ||
+ e->xcrossing.mode == NotifyUngrab)
{
#ifdef DEBUG_FOCUS
ob_debug("%sNotify mode %d detail %d on %lx IGNORED\n",