aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vulkan.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vulkan.c')
-rw-r--r--test/test_vulkan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vulkan.c b/test/test_vulkan.c
index 5ab6ab8..f0f582e 100644
--- a/test/test_vulkan.c
+++ b/test/test_vulkan.c
@@ -74,7 +74,7 @@ pushString(const char*** const array,
}
static void
-onExpose(PuglView* const view, const PuglEventExpose* const event)
+onExpose(PuglView* const view, const PuglExposeEvent* const event)
{
(void)view;
(void)event;