summaryrefslogtreecommitdiff
path: root/src/cairo-surface-fallback-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-08-31 16:53:21 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2007-08-31 16:53:21 +0100
commite8e3bfc1308aa30ea08ec530b6a5ddf532fd3088 (patch)
treecf180cf179bb30073c6647c4eed35535f0623d38 /src/cairo-surface-fallback-private.h
parent919bea6dbb32746f11781cd3a94eb44f5c4a32e6 (diff)
downloadcairo-e8e3bfc1308aa30ea08ec530b6a5ddf532fd3088.tar.gz
Revert "[cairo-gstate] Avoid copying untransformed glyphs."
This reverts commit 919bea6dbb32746f11781cd3a94eb44f5c4a32e6. Sadly as Behdad points out some backends do modify the glyph array and, for example cairo-xlib-surface, hide this from the compiler with some evil casts.
Diffstat (limited to 'src/cairo-surface-fallback-private.h')
-rw-r--r--src/cairo-surface-fallback-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-surface-fallback-private.h b/src/cairo-surface-fallback-private.h
index 00ad49ebb..82c56256b 100644
--- a/src/cairo-surface-fallback-private.h
+++ b/src/cairo-surface-fallback-private.h
@@ -75,7 +75,7 @@ cairo_private cairo_status_t
_cairo_surface_fallback_show_glyphs (cairo_surface_t *surface,
cairo_operator_t op,
cairo_pattern_t *source,
- const cairo_glyph_t *glyphs,
+ cairo_glyph_t *glyphs,
int num_glyphs,
cairo_scaled_font_t *scaled_font);