]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_combined_menu.c
always reconfigure the window to its new position even if it was fullscreened/maxed...
[chaz/openbox] / openbox / client_list_combined_menu.c
index af2819bb3023b6a1cf2f18dec43165bd85279733..998fd0a3727dc68f63c99173f5ce457241325dce 100644 (file)
@@ -94,12 +94,11 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data)
 }
 
 static void menu_execute(ObMenuEntry *self, ObMenuFrame *f,
-                         ObClient *c, guint state, gpointer data,
-                         Time time)
+                         ObClient *c, guint state, gpointer data)
 {
     if (self->id == -1) {
         if (self->data.normal.data) /* it's set to NULL if its destroyed */
-            client_activate(self->data.normal.data, FALSE, TRUE);
+            client_activate(self->data.normal.data, FALSE, TRUE, TRUE, TRUE);
     }
     else
         screen_set_desktop(self->id, TRUE);
This page took 0.01952 seconds and 4 git commands to generate.