]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
move focus cycling into its own file
[chaz/openbox] / openbox / frame.c
index 8809e627c9ed2f54212aaa7b33c38040b22b5635..e1607f4ec85392fd1e6496a41952e0bc19c81c69 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #include "framerender.h"
 #include "mainloop.h"
-#include "focus.h"
+#include "focus_cycle.h"
 #include "moveresize.h"
 #include "screen.h"
 #include "render/theme.h"
@@ -1169,6 +1169,10 @@ void frame_end_iconify_animation(ObFrame *self)
 
     if (!self->visible)
         XUnmapWindow(ob_display, self->window);
+    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);
 
     /* we're not animating any more ! */
     self->iconify_animation_going = 0;
This page took 0.020416 seconds and 4 git commands to generate.