flush after resizing a client
This commit is contained in:
parent
5bebe5fbf8
commit
4c0adb1f2b
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue