diff options
Diffstat (limited to 'src/cairoint.h')
-rw-r--r-- | src/cairoint.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cairoint.h b/src/cairoint.h index b2a115be..49da376f 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -341,9 +341,10 @@ typedef struct cairo_gstate { cairo_font_t font; cairo_surface_t *surface; - cairo_surface_t *solid; - cairo_surface_t *pattern; - cairo_point_double_t pattern_offset; + + cairo_surface_t *source; + cairo_point_double_t source_offset; + int source_is_solid; cairo_clip_rec_t clip; |