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:
ac5f0fe
)
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, 30 Sep 2012 15:59:08 +0000
(11:59 -0400)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index 01a70a6abfb7f6fca60781776eeab7fb15133277..6b00355b3892bc05da9cff2c69991b571c746f55 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
);
}
}
}