diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions.c b/openbox/actions.c index 2d3438cf..afbd9cb6 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -453,7 +453,7 @@ void actions_client_move(ObActionsData *data, gboolean start) ob_debug_type(OB_DEBUG_FOCUS, "Generating fake leave because we did a " "mouse-event action"); - event_enter_client(data->client); + event_leave_client(data->client); } } } |
