diff options
Diffstat (limited to 'test/clip-twice.c')
-rw-r--r-- | test/clip-twice.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/clip-twice.c b/test/clip-twice.c index d6345812..71a3c148 100644 --- a/test/clip-twice.c +++ b/test/clip-twice.c @@ -28,6 +28,8 @@ #define WIDTH 64 #define HEIGHT 64 +static cairo_test_draw_function_t draw; + cairo_test_t test = { "clip-twice", "Verifies that the clip mask is updated correctly when it constructed by setting the clip path twice.", |