diff options
author | Søren Sandmann <ssp@redhat.com> | 2010-06-03 10:49:48 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-09-14 06:36:48 -0400 |
commit | a222ec8a729d9e333b7e0873efa592ba3fcb7177 (patch) | |
tree | 71f1e086bdb1555c2f10fa99723961b3887cbff8 /src/uxa/uxa-glyphs.c | |
parent | f7244b049674d5907a945ec355c17f33576586d1 (diff) |
Initial prepare/finish access
Diffstat (limited to 'src/uxa/uxa-glyphs.c')
-rw-r--r-- | src/uxa/uxa-glyphs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uxa/uxa-glyphs.c b/src/uxa/uxa-glyphs.c index 3ff504c..a592fda 100644 --- a/src/uxa/uxa-glyphs.c +++ b/src/uxa/uxa-glyphs.c @@ -155,7 +155,9 @@ static Bool uxa_realize_glyph_caches(ScreenPtr pScreen) 0 /* INTEL_CREATE_PIXMAP_TILING_X -- FIXME */); if (!pixmap) goto bail; +#if 0 assert (uxa_pixmap_is_offscreen(pixmap)); +#endif component_alpha = NeedsComponent(pPictFormat->format); picture = CreatePicture(0, &pixmap->drawable, pPictFormat, |