]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
let you lower a window without lowering its children, or its siblings
[chaz/openbox] / openbox / frame.c
index 55a28413275dd8098b3c1d999be730bee741fceb..9ecee8184a6c6f4b285e770f50773ac7c73de4fe 100644 (file)
@@ -1675,7 +1675,7 @@ void frame_end_iconify_animation(ObFrame *self)
     else {
         /* Send a ConfigureNotify when the animation is done, this fixes
            KDE's pager showing the window in the wrong place. */
-        client_reconfigure(self->client);
+        client_reconfigure(self->client, TRUE);
     }
 
     /* we're not animating any more ! */
This page took 0.024933 seconds and 4 git commands to generate.