From eee32e88a91aef246b8148f2efeb9c21f1316b2e Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 20 Jul 2010 08:30:40 +0000 Subject: xserver libX11 git update 20/7/2010 --- xorg-server/miext/rootless/rootlessWindow.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xorg-server/miext/rootless/rootlessWindow.c') 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); } -- cgit v1.2.3