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:
6778db7
)
fallback focus in superior fashion
author
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 00:25:10 +0000
(
00:25
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 00:25:10 +0000
(
00:25
+0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 1430c3d23af36b73819ac2a169f2780d24db17b1..432f39c5829b2bf838cdb115cb7f64ada9a681b9 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-248,9
+248,9
@@
void event_process(XEvent *e)
/* secret magic way of event_process telling us that no client
was found for the FocusIn event */
if (fi.xfocus.window == None)
- focus_
set_client(NULL
);
+ focus_
fallback(FALSE
);
} else
- focus_
set_client(NULL
);
+ focus_
fallback(FALSE
);
}
break;
case EnterNotify: