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:
ed41bef
)
Generate a fake leave event on actions that move windows (used to generate another...
author
Dana Jansens
<danakj@orodu.net>
Tue, 2 Aug 2011 20:28:19 +0000
(16:28 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 16 Oct 2011 22:55:15 +0000
(18:55 -0400)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index 915f624d900a7380bec43d29085893e2385bb4af..36dca017aaeb440719498bc78f96beef96a8b2e8 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-417,7
+417,7
@@
void action_client_move(const ObActionListRun *data, gboolean start)
ob_debug_type(OB_DEBUG_FOCUS,
"Generating fake leave because we did a "
"mouse-event action");
- event_
enter_client(data->target
);
+ event_
leave_client(data->pointer_over
);
}
}
}