From c433fb4521e2fb65a555489bd09ba6bb9448b72f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 6 Jun 2012 15:17:30 +0100 Subject: [PATCH] uxa/dri: Fix up typo from f2513cb0f s/true/FALSE/? Wrong. Reported-by: Zdenek Kabelac 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 a30c62d5..2ed55597 100644 --- a/src/intel_dri.c +++ b/src/intel_dri.c @@ -406,7 +406,7 @@ I830DRI2CreateBuffer(DrawablePtr drawable, unsigned int attachment, pixmap = get_front_buffer(drawable); if (pixmap && intel_get_pixmap_private(pixmap) == NULL) { - is_glamor_pixmap = FALSE; + is_glamor_pixmap = TRUE; drawable = &pixmap->drawable; pixmap = NULL; }