aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/core
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/core')
-rw-r--r--matchbox/core/mb-window-manager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/matchbox/core/mb-window-manager.c b/matchbox/core/mb-window-manager.c
index 84971a7..c1a19f2 100644
--- a/matchbox/core/mb-window-manager.c
+++ b/matchbox/core/mb-window-manager.c
@@ -605,6 +605,8 @@ mb_wm_handle_root_config_notify (XConfigureEvent *xev,
wm->xdpy_width = xev->width;
wm->xdpy_height = xev->height;
+ mb_wm_update_root_win_rectangles (wm);
+
mb_wm_display_sync_queue (wm, MBWMSyncGeometry);
}