summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-path-fixed-private.h')
-rw-r--r--[-rwxr-xr-x]src/cairo-path-fixed-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-path-fixed-private.h b/src/cairo-path-fixed-private.h
index cf7cd0836..adc3b532b 100755..100644
--- a/src/cairo-path-fixed-private.h
+++ b/src/cairo-path-fixed-private.h
@@ -101,6 +101,7 @@ typedef struct _cairo_path_buf_fixed {
struct _cairo_path_fixed {
cairo_point_t last_move_point;
cairo_point_t current_point;
+ cairo_point_t start_point;
unsigned int has_current_point : 1;
unsigned int needs_move_to : 1;
unsigned int has_extents : 1;
@@ -113,6 +114,7 @@ struct _cairo_path_fixed {
cairo_box_t extents;
cairo_path_buf_fixed_t buf;
+ unsigned int is_convex : 1;
};
cairo_private void