]> Dogcows Code - chaz/openbox/commitdiff
Wrap the focus action in actions_client_move.
authorMikael Magnusson <mikachu@comhem.se>
Fri, 8 Feb 2008 13:00:38 +0000 (14:00 +0100)
committerMikael Magnusson <mikachu@comhem.se>
Fri, 8 Feb 2008 13:00:38 +0000 (14:00 +0100)
When alt-tabbing to iconified audacious and the playlist or eq window pops up under
the cursor, they "stole" focus from the main window.

openbox/actions/focus.c

index 67640a4d8fb2767cfcfe4ec3ca8b6de11e0494b8..4d0f220d1320dcc9ada4b8546d26c2aee35ec498 100644 (file)
@@ -43,7 +43,9 @@ static gboolean run_func(ObActionsData *data, gpointer options)
             (data->context != OB_FRAME_CONTEXT_CLIENT &&
              data->context != OB_FRAME_CONTEXT_FRAME))
         {
+            actions_client_move(data, TRUE);
             client_activate(data->client, o->here, FALSE, FALSE, TRUE);
+            actions_client_move(data, FALSE);
         }
     } else if (data->context == OB_FRAME_CONTEXT_DESKTOP) {
         /* focus action on the root window. make keybindings work for this
This page took 0.023378 seconds and 4 git commands to generate.