summaryrefslogtreecommitdiff
path: root/src/intel_dri.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-06-06 15:17:30 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-06-06 15:17:30 +0100
commitc433fb4521e2fb65a555489bd09ba6bb9448b72f (patch)
tree0b1f31643622909e3a32ed30de293de7f27fd491 /src/intel_dri.c
parent1675f441049d559d891fe378e437c12db21df9e7 (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.c2
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;
}