]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/focus.c
Update slovak translation.
[chaz/openbox] / openbox / actions / focus.c
index ea7a6a2c83bf59efa8bc011ea43282e927601872..0ef9d2688217fcb2ad3854528c1bd441aea23719 100644 (file)
@@ -11,7 +11,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node);
 static void     free_func(gpointer options);
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_focus_startup()
+void action_focus_startup(void)
 {
     actions_register("Focus",
                      setup_func,
@@ -55,7 +55,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.022862 seconds and 4 git commands to generate.