projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662a635
)
I don't remember what this is supposed to fix.
author
Mikael Magnusson
<mikachu@comhem.se>
Mon, 23 Jul 2007 23:29:29 +0000
(
01:29
+0200)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 24 Jul 2007 18:48:03 +0000
(14:48 -0400)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 746be2c4f7aa4e7016cc6a228fea8304bfc2764d..f0036590871d742008c62d20a4d15950e472e423 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-747,7
+747,8
@@
void event_enter_client(ObClient *client)
{
g_assert(config_focus_follow);
- if (client_enter_focusable(client) && client_can_focus(client)) {
+ if (!moveresize_in_progress /*XXX fix this or finishing a move???*/
+ && client_enter_focusable(client) && client_can_focus(client)) {
if (config_focus_delay) {
ObFocusDelayData *data;