diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-08 18:01:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-08 18:01:46 +0000 |
| commit | 4c0adb1f2b05d1b3d3325f468d159731f511db3c (patch) | |
| tree | 5f965d9dbff1db844c2e5e567b2a4a53c50283df /openbox | |
| parent | 5bebe5fbf8ab53f114ecc628d4150e1c508d788b (diff) | |
flush after resizing a client
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index aa3174f7..23348d51 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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) |
