diff options
author | Carl Worth <cworth@cworth.org> | 2005-06-01 13:19:52 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-06-01 13:19:52 +0000 |
commit | 045ba795dabacbb9153015ce0d4cb0881cd0d863 (patch) | |
tree | 742f035e98e6bc688bc2a49ad67aa4a7814883ec /src/cairo-gstate-private.h | |
parent | 6c62cf76435153c6fdc165d229ee02e52c5c0db5 (diff) |
Rename gstate->surface to gstate->target. No intended changes in functionality.
Diffstat (limited to 'src/cairo-gstate-private.h')
-rw-r--r-- | src/cairo-gstate-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-gstate-private.h b/src/cairo-gstate-private.h index da3d60ed..238b703e 100644 --- a/src/cairo-gstate-private.h +++ b/src/cairo-gstate-private.h @@ -92,7 +92,7 @@ struct _cairo_gstate { cairo_pen_t pen_regular; - cairo_surface_t *surface; + cairo_surface_t *target; cairo_pattern_t *source; |