diff options
author | marha <marha@users.sourceforge.net> | 2011-02-11 15:36:41 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-11 15:36:41 +0000 |
commit | 9acb2b3cd11b530debce5008074fa03587ac3331 (patch) | |
tree | 36e4ec8e5a5e49b956096ea848cddb0d872db06b /xorg-server/hw/xwin/winrandr.c | |
parent | 65a037ffd87e7d89999a8a3d535c7a2b598b8b6c (diff) | |
download | vcxsrv-9acb2b3cd11b530debce5008074fa03587ac3331.tar.gz vcxsrv-9acb2b3cd11b530debce5008074fa03587ac3331.tar.bz2 vcxsrv-9acb2b3cd11b530debce5008074fa03587ac3331.zip |
Solved display problem when multiple monitor setup changes
Diffstat (limited to 'xorg-server/hw/xwin/winrandr.c')
-rw-r--r-- | xorg-server/hw/xwin/winrandr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winrandr.c b/xorg-server/hw/xwin/winrandr.c index 248404800..edc946abf 100644 --- a/xorg-server/hw/xwin/winrandr.c +++ b/xorg-server/hw/xwin/winrandr.c @@ -70,7 +70,7 @@ winRandRGetInfo (ScreenPtr pScreen, Rotation *pRotations) Why can't this be in DIX? Does union _Validate vary depending on DDX?? */ -static void +void xf86SetRootClip (ScreenPtr pScreen, Bool enable) { WindowPtr pWin = pScreen->root; |