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:
parent
1675f44104
commit
c433fb4521
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue