aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/core/mb-wm-client-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/core/mb-wm-client-base.c')
-rw-r--r--matchbox/core/mb-wm-client-base.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/matchbox/core/mb-wm-client-base.c b/matchbox/core/mb-wm-client-base.c
index 4dbf7a7..6460b22 100644
--- a/matchbox/core/mb-wm-client-base.c
+++ b/matchbox/core/mb-wm-client-base.c
@@ -413,7 +413,8 @@ move_resize_client_xwin (MBWindowManagerClient *client, int x, int y, int w, int
#if ENABLE_COMPOSITE
if (mb_wm_comp_mgr_enabled (wm->comp_mgr))
{
- mb_wm_comp_mgr_client_configure (client->cm_client);
+ mb_wm_comp_mgr_client_configure (client->cm_client,
+ &client->window->x_geometry);
}
#endif
}