diff options
Diffstat (limited to 'src/cairoint.h')
-rw-r--r-- | src/cairoint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cairoint.h b/src/cairoint.h index 04d5146ee..c055b349a 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -858,6 +858,9 @@ struct _cairo_surface { double device_x_offset; double device_y_offset; + double x_fallback_resolution; + double y_fallback_resolution; + cairo_clip_t *clip; /* @@ -1033,6 +1036,8 @@ typedef struct _cairo_traps { #define CAIRO_GSTATE_MITER_LIMIT_DEFAULT 10.0 #define CAIRO_GSTATE_DEFAULT_FONT_SIZE 10.0 +#define CAIRO_SURFACE_FALLBACK_RESOLUTION_DEFAULT 300.0 + typedef struct _cairo_gstate cairo_gstate_t; typedef struct _cairo_stroke_face { |