aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cairo.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cairo.c')
-rw-r--r--test/test_cairo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cairo.c b/test/test_cairo.c
index 077b4c3..2e14121 100644
--- a/test/test_cairo.c
+++ b/test/test_cairo.c
@@ -36,7 +36,7 @@ typedef struct {
} PuglTest;
static void
-onExpose(PuglView* const view, const PuglEventExpose* const event)
+onExpose(PuglView* const view, const PuglExposeEvent* const event)
{
cairo_t* const cr = (cairo_t*)puglGetContext(view);