summaryrefslogtreecommitdiff
path: root/src/cairo-gstate-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-10-31 16:55:21 +0000
committerCarl Worth <cworth@cworth.org>2005-10-31 16:55:21 +0000
commita7228cc37a0cd967296e41639e624e9af1520a22 (patch)
treeba89701b461b3b0aebc367a57b260c2a676bc72d /src/cairo-gstate-private.h
parent3cae05c4c503ce71c4967bd3f748cdfa3bb76ebc (diff)
downloadcairo-a7228cc37a0cd967296e41639e624e9af1520a22.tar.gz
Originally 2005-10-28 Keith Packard <keithp@keithp.com>:
Remove pen_regular field from the gstate. Move stroke fallback from gstate to surface where it belongs. Eliminate dependence on cairo_gstate_t object. Fix to include just cairo-clip-private.h rather than cairo-gstate.private.h.
Diffstat (limited to 'src/cairo-gstate-private.h')
-rw-r--r--src/cairo-gstate-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cairo-gstate-private.h b/src/cairo-gstate-private.h
index cf4a22156..b174115f3 100644
--- a/src/cairo-gstate-private.h
+++ b/src/cairo-gstate-private.h
@@ -69,8 +69,6 @@ struct _cairo_gstate {
cairo_matrix_t ctm_inverse;
cairo_matrix_t source_ctm_inverse; /* At the time ->source was set */
- cairo_pen_t pen_regular;
-
cairo_pattern_t *source;
struct _cairo_gstate *next;