aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/miext/rootless
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-07-20 08:30:40 +0000
committermarha <marha@users.sourceforge.net>2010-07-20 08:30:40 +0000
commiteee32e88a91aef246b8148f2efeb9c21f1316b2e (patch)
tree30170a5848ba23294f1511f137807b5f6d0b4b1f /xorg-server/miext/rootless
parent865af20e32591176d03acf984d9b5788d5ebce21 (diff)
downloadvcxsrv-eee32e88a91aef246b8148f2efeb9c21f1316b2e.tar.gz
vcxsrv-eee32e88a91aef246b8148f2efeb9c21f1316b2e.tar.bz2
vcxsrv-eee32e88a91aef246b8148f2efeb9c21f1316b2e.zip
xserver libX11 git update 20/7/2010
Diffstat (limited to 'xorg-server/miext/rootless')
-rw-r--r--xorg-server/miext/rootless/rootlessWindow.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg-server/miext/rootless/rootlessWindow.c b/xorg-server/miext/rootless/rootlessWindow.c
index 28e412f3b..9ec679395 100644
--- a/xorg-server/miext/rootless/rootlessWindow.c
+++ b/xorg-server/miext/rootless/rootlessWindow.c
@@ -1315,6 +1315,13 @@ RootlessResizeWindow(WindowPtr pWin, int x, int y,
RegionCopy(&pWin->clipList, &pWin->winSize);
RegionCopy(&pWin->borderClip, &pWin->winSize);
+ if (winRec) {
+ SCREENREC(pScreen)->imp->ResizeFrame(winRec->wid, pScreen,
+ x + SCREEN_TO_GLOBAL_X,
+ y + SCREEN_TO_GLOBAL_Y,
+ w, h, RL_GRAVITY_NONE);
+ }
+
miSendExposures(pWin, &pWin->borderClip,
pWin->drawable.x, pWin->drawable.y);
}