diff options
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; } |