diff --git a/src/cairo-path-fixed-private.h b/src/cairo-path-fixed-private.h index e8e0df194..8e0d530c3 100644 --- a/src/cairo-path-fixed-private.h +++ b/src/cairo-path-fixed-private.h @@ -68,7 +68,7 @@ struct _cairo_path_fixed { cairo_point_t last_move_point; cairo_point_t current_point; - int has_current_point; + unsigned int has_current_point : 1; }; #endif /* CAIRO_PATH_FIXED_PRIVATE_H */