aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winshadddnl.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-10-03 11:16:22 +0200
committermarha <marha@users.sourceforge.net>2014-10-03 11:17:02 +0200
commit37facdad11007fb89d30d7de5328ad900de7760d (patch)
tree82d9e504958a0caa24c10d1c737667fbb59591c4 /xorg-server/hw/xwin/winshadddnl.c
parent6cd5821f50969f9fcce45396bfc115ce2c3156a0 (diff)
downloadvcxsrv-37facdad11007fb89d30d7de5328ad900de7760d.tar.gz
vcxsrv-37facdad11007fb89d30d7de5328ad900de7760d.tar.bz2
vcxsrv-37facdad11007fb89d30d7de5328ad900de7760d.zip
Resynchronised files with released version
Diffstat (limited to 'xorg-server/hw/xwin/winshadddnl.c')
-rw-r--r--xorg-server/hw/xwin/winshadddnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winshadddnl.c b/xorg-server/hw/xwin/winshadddnl.c
index c7db77bac..b7187b136 100644
--- a/xorg-server/hw/xwin/winshadddnl.c
+++ b/xorg-server/hw/xwin/winshadddnl.c
@@ -985,7 +985,7 @@ winRedrawScreenShadowDDNL(ScreenPtr pScreen)
/* Return immediately if we didn't get needed surfaces */
if (!pScreenPriv->pddsPrimary4 || !pScreenPriv->pddsShadow4)
- return;
+ return FALSE;
/* Get the origin of the window in the screen coords */
ptOrigin.x = pScreenInfo->dwXOffset;