summaryrefslogtreecommitdiff
path: root/hw/xgl/xglscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xgl/xglscreen.c')
-rw-r--r--hw/xgl/xglscreen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xgl/xglscreen.c b/hw/xgl/xglscreen.c
index cd3b59a34..47ed34508 100644
--- a/hw/xgl/xglscreen.c
+++ b/hw/xgl/xglscreen.c
@@ -463,7 +463,8 @@ xglCreateSolidAlphaPicture (ScreenPtr pScreen)
tmpval[0] = xTrue;
pScreenPriv->pSolidAlpha = CreatePicture (0, &pPixmap->drawable, pFormat,
- CPRepeat, tmpval, 0, &error);
+ CPRepeat, tmpval,
+ serverClient, &error);
(*pScreen->DestroyPixmap) (pPixmap);
if (pScreenPriv->pSolidAlpha)