summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface-render.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-10-11 12:44:25 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-10-11 12:44:25 +0100
commitc8bfa8c0888b16747c5e07ca4b844d5feabd8756 (patch)
tree2959a6ed5c6c8c64e692f5d111170b889ad91746 /src/cairo-xcb-surface-render.c
parenta09f70586df52d9d3156d64de5fbc6a2b92a1cce (diff)
downloadcairo-c8bfa8c0888b16747c5e07ca4b844d5feabd8756.tar.gz
xcb: Re-enable glyph rendering
I lost the '&& 0' I put in to disable the glyph rendering until I had the glyph cache integration working again. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-xcb-surface-render.c')
-rw-r--r--src/cairo-xcb-surface-render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-xcb-surface-render.c b/src/cairo-xcb-surface-render.c
index 00bbaa184..033aef9ce 100644
--- a/src/cairo-xcb-surface-render.c
+++ b/src/cairo-xcb-surface-render.c
@@ -4727,7 +4727,7 @@ _cairo_xcb_surface_render_glyphs (cairo_xcb_surface_t *surface,
return CAIRO_INT_STATUS_UNSUPPORTED;
status = CAIRO_INT_STATUS_UNSUPPORTED;
- if (surface->connection->flags & CAIRO_XCB_RENDER_HAS_COMPOSITE_GLYPHS && 0) {
+ if (surface->connection->flags & CAIRO_XCB_RENDER_HAS_COMPOSITE_GLYPHS) {
_cairo_scaled_font_freeze_cache (scaled_font);
status = _can_composite_glyphs (surface, &composite->bounded,