aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winwndproc.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-28 12:59:46 +0000
committermarha <marha@users.sourceforge.net>2011-03-28 12:59:46 +0000
commit3015123fd2904d907896b1aefbe32c267baa2dc2 (patch)
tree3adc12a65779305c5fb676be577667ff7e33c389 /xorg-server/hw/xwin/winwndproc.c
parent0d9293f57738117231d77df831b6569d4f0739f2 (diff)
parent0b9b391c5a7acb31e5d8061169649043a38d6d0e (diff)
downloadvcxsrv-3015123fd2904d907896b1aefbe32c267baa2dc2.tar.gz
vcxsrv-3015123fd2904d907896b1aefbe32c267baa2dc2.tar.bz2
vcxsrv-3015123fd2904d907896b1aefbe32c267baa2dc2.zip
svn merge ^/branches/released .
Diffstat (limited to 'xorg-server/hw/xwin/winwndproc.c')
-rw-r--r--xorg-server/hw/xwin/winwndproc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg-server/hw/xwin/winwndproc.c b/xorg-server/hw/xwin/winwndproc.c
index 649de4368..e1cb77508 100644
--- a/xorg-server/hw/xwin/winwndproc.c
+++ b/xorg-server/hw/xwin/winwndproc.c
@@ -48,8 +48,6 @@
#endif
#include <xkbsrv.h>
-void xf86SetRootClip (ScreenPtr pScreen, Bool enable);
-
/*
* Global variables
*/
@@ -325,7 +323,7 @@ winWindowProc (HWND hwnd, UINT message,
/* Update the screen pixmap to point to the new framebuffer */
winUpdateFBPointer(s_pScreen, s_pScreenPriv->pScreenInfo->pfb);
// Restore the ability to update screen, now with new dimensions
- xf86SetRootClip(s_pScreen, TRUE);
+ SetRootClip(s_pScreen, TRUE);
// and arrange for it to be repainted
miPaintWindow(s_pScreen->root, &s_pScreen->root->borderClip, PW_BACKGROUND);