flush after resizing a client

This commit is contained in:
Dana Jansens 2003-09-08 18:01:46 +00:00
parent 5bebe5fbf8
commit 4c0adb1f2b

View 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)