]> Dogcows Code - chaz/openbox/commitdiff
flush after resizing a client
authorDana Jansens <danakj@orodu.net>
Mon, 8 Sep 2003 18:01:46 +0000 (18:01 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 8 Sep 2003 18:01:46 +0000 (18:01 +0000)
openbox/client.c

index aa3174f73e3aa91084c98b96a6c0e3632989b2ca..23348d510981088eeeb7de8b80a86725b6584490 100644 (file)
@@ -1968,6 +1968,8 @@ void client_configure_full(ObClient *self, ObCorner anchor,
     /* if the client is shrinking, then resize the frame before the client */
     if (send_resize_client && (w <= oldw && h <= oldh))
        XResizeWindow(ob_display, self->window, w, h);
+
+    XFlush(ob_display);
 }
 
 void client_fullscreen(ObClient *self, gboolean fs, gboolean savearea)
This page took 0.024475 seconds and 4 git commands to generate.