From bf3518ea910a2a3c5b4500dcba7c829576fbfd47 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Tue, 7 Feb 2012 09:40:54 +0800 Subject: [PATCH] uxa/glamor/dri: Fix a typo bug when fixup glamor pixmap. Should modify the old pixmap's header not the new one which was already destroyed. Signed-off-by: Zhigang Gong Signed-off-by: Chris Wilson --- src/intel_dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel_dri.c b/src/intel_dri.c index 0c6d45ce..8bc61577 100644 --- a/src/intel_dri.c +++ b/src/intel_dri.c @@ -174,7 +174,7 @@ static PixmapPtr fixup_glamor(DrawablePtr drawable, PixmapPtr pixmap) xf86DrvMsg(scrn->scrnIndex, X_WARNING, "Failed to get DRI drawable for glamor pixmap.\n"); - screen->ModifyPixmapHeader(pixmap, + screen->ModifyPixmapHeader(old, drawable->width, drawable->height, 0, 0,