diff options
author | marha <marha@users.sourceforge.net> | 2009-09-14 09:06:28 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-14 09:06:28 +0000 |
commit | 493a8d159a08f852eadca7a23553e5ab69bb0ec6 (patch) | |
tree | 1c8930f7160ee6a7372a83673373ae72aa4e62ab /xorg-server/hw | |
parent | 9876fe3e7c391077ed9bf0f5b2c38e0f89ef1c85 (diff) | |
download | vcxsrv-493a8d159a08f852eadca7a23553e5ab69bb0ec6.tar.gz vcxsrv-493a8d159a08f852eadca7a23553e5ab69bb0ec6.tar.bz2 vcxsrv-493a8d159a08f852eadca7a23553e5ab69bb0ec6.zip |
Removed compile time warning.
Diffstat (limited to 'xorg-server/hw')
-rw-r--r-- | xorg-server/hw/xwin/wincursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/wincursor.c b/xorg-server/hw/xwin/wincursor.c index 58af100c6..ffea2e86c 100644 --- a/xorg-server/hw/xwin/wincursor.c +++ b/xorg-server/hw/xwin/wincursor.c @@ -563,7 +563,7 @@ static void winDeviceCursorCleanup(DeviceIntPtr pDev, ScreenPtr pScr) { winScreenPriv(pScr); - return pScreenPriv->cursor.spriteFuncs->DeviceCursorCleanup(pDev, pScr); + pScreenPriv->cursor.spriteFuncs->DeviceCursorCleanup(pDev, pScr); } static miPointerSpriteFuncRec winSpriteFuncsRec = { |