]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.c
Generate a fake leave event on actions that move windows (used to generate another...
[chaz/openbox] / openbox / actions.c
index 2d3438cf9f1c54da4a87d6c5243c07f2044c42d2..afbd9cb6445f07f395b6f6ac55e05404b03416fe 100644 (file)
@@ -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);
                 }
             }
         }
This page took 0.022188 seconds and 4 git commands to generate.