summaryrefslogtreecommitdiff
path: root/src/cairo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo.c')
-rw-r--r--src/cairo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo.c b/src/cairo.c
index 4be3e449..3cb9b365 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -60,10 +60,12 @@ static const cairo_t _cairo_nil = {
{ 0, 0 }, /* last_move_point */
{ 0, 0 }, /* current point */
FALSE, /* has_current_point */
+ FALSE, /* has_last_move_point */
FALSE, /* has_curve_to */
FALSE, /* is_box */
FALSE, /* maybe_fill_region */
TRUE, /* is_empty_fill */
+ { {0, 0}, {0, 0}}, /* extents */
{{{NULL,NULL}}} /* link */
}}
};