From e27680e4205f5be210cd52660f495e67623e6260 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 2 Aug 2011 16:28:19 -0400 Subject: [PATCH] Generate a fake leave event on actions that move windows (used to generate another enter event?) --- openbox/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/actions.c b/openbox/actions.c index 2d3438c..afbd9cb 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); } } } -- 1.9.1