summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2010-11-07 12:00:18 +1000
committerDave Airlie <airlied@linux.ie>2010-11-07 12:00:18 +1000
commit0064e1951c301b224eee359b7497c9bccaa4ab5d (patch)
tree6fe07e466ee67a997fb93a934fd0edc72fb6e767
parentd22725dcedbe9781cc514ee5826442b0203f2ed1 (diff)
fixup glyph interfacexinerama-the-revenge
-rw-r--r--render/glyph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/glyph.c b/render/glyph.c
index 1e0833448..41231be5e 100644
--- a/render/glyph.c
+++ b/render/glyph.c
@@ -763,9 +763,9 @@ void DuplicateGlyphPictures(ScreenPtr pScreen, int src, int dst)
if (orig) {
DrawablePtr od = orig->pDrawable;
PixmapPtr pDstPix;
- pDstPix = DuplicatePixmap(0, pScreen, (PixmapPtr)od);
+ pDstPix = DuplicatePixmap(pScreen, (PixmapPtr)od);
- dstpic = DuplicatePicture(0, &pDstPix->drawable, orig);
+ dstpic = DuplicatePicture(&pDstPix->drawable, orig);
ErrorF("glyph picture %p %p %d %d\n", orig, orig->pDrawable, orig->pDrawable->width, orig->pDrawable->height);