diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-06-06 15:17:30 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-06-06 15:17:30 +0100 |
commit | c433fb4521e2fb65a555489bd09ba6bb9448b72f (patch) | |
tree | 0b1f31643622909e3a32ed30de293de7f27fd491 /src/intel_dri.c | |
parent | 1675f441049d559d891fe378e437c12db21df9e7 (diff) |
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>
Diffstat (limited to 'src/intel_dri.c')
-rw-r--r-- | src/intel_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |