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:
f55ae9e
)
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
Mikael Magnusson
<mikachu@comhem.se>
Sun, 5 Aug 2007 11:06:52 +0000
(13:06 +0200)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 9c47c04a3a49e42290a94bfea25dd6ba4adb122c..a5936acda81327a76e674c87f839a8e372ddf2fd 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-743,7
+743,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;