aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac_cairo.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac_cairo.m')
-rw-r--r--src/mac_cairo.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mac_cairo.m b/src/mac_cairo.m
index 1c564a0..59e4bc1 100644
--- a/src/mac_cairo.m
+++ b/src/mac_cairo.m
@@ -90,7 +90,7 @@ puglMacCairoDestroy(PuglView* view)
}
static PuglStatus
-puglMacCairoEnter(PuglView* view, const PuglEventExpose* expose)
+puglMacCairoEnter(PuglView* view, const PuglExposeEvent* expose)
{
PuglCairoView* const drawView = (PuglCairoView*)view->impl->drawView;
if (!expose) {
@@ -118,7 +118,7 @@ puglMacCairoEnter(PuglView* view, const PuglEventExpose* expose)
}
static PuglStatus
-puglMacCairoLeave(PuglView* view, const PuglEventExpose* expose)
+puglMacCairoLeave(PuglView* view, const PuglExposeEvent* expose)
{
PuglCairoView* const drawView = (PuglCairoView*)view->impl->drawView;
if (!expose) {