diff options
Diffstat (limited to 'test/dash-caps-joins.c')
-rw-r--r-- | test/dash-caps-joins.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dash-caps-joins.c b/test/dash-caps-joins.c index 4dd9868ec..722a59d2e 100644 --- a/test/dash-caps-joins.c +++ b/test/dash-caps-joins.c @@ -35,6 +35,8 @@ #define SIZE (5 * LINE_WIDTH) #define PAD (2 * LINE_WIDTH) +static cairo_test_draw_function_t draw; + cairo_test_t test = { "dash-caps-joins", "Test caps and joins when dashing", |