summaryrefslogtreecommitdiff
path: root/hw/xgl/xglscreen.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-12-23 00:08:35 +0000
committerDave Airlie <airlied@linux.ie>2005-12-23 00:08:35 +0000
commitd822bc159672e7327054e572b659ae7dde040e83 (patch)
tree44e09baf4d000eb59fbacefe4ba905cd3b53e08a /hw/xgl/xglscreen.c
parent6e2086395d99081d8d682b90cec650a06e41fc2c (diff)
make xgl code at least build against latest glitz.
Diffstat (limited to 'hw/xgl/xglscreen.c')
-rw-r--r--hw/xgl/xglscreen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/xgl/xglscreen.c b/hw/xgl/xglscreen.c
index 4259e3f69..76ea92241 100644
--- a/hw/xgl/xglscreen.c
+++ b/hw/xgl/xglscreen.c
@@ -183,8 +183,7 @@ xglScreenInit (ScreenPtr pScreen,
glitz_surface_attach (pScreenPriv->surface,
pScreenPriv->drawable,
- GLITZ_DRAWABLE_BUFFER_FRONT_COLOR,
- 0, 0);
+ GLITZ_DRAWABLE_BUFFER_FRONT_COLOR);
pScreenPriv->backSurface = NULL;