uxa/dri: Fix up typo from f2513cb0f

s/true/FALSE/? Wrong.

Reported-by: Zdenek Kabelac <zkabelac@redhat.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-06-06 15:17:30 +01:00
parent 1675f44104
commit c433fb4521
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}