diff options
Diffstat (limited to 'src/win_cairo.c')
-rw-r--r-- | src/win_cairo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win_cairo.c b/src/win_cairo.c index c9b9703..abb06f5 100644 --- a/src/win_cairo.c +++ b/src/win_cairo.c @@ -117,7 +117,7 @@ puglWinCairoDestroy(PuglView* view) } static PuglStatus -puglWinCairoEnter(PuglView* view, const PuglEventExpose* expose) +puglWinCairoEnter(PuglView* view, const PuglExposeEvent* expose) { PuglStatus st = PUGL_SUCCESS; @@ -131,7 +131,7 @@ puglWinCairoEnter(PuglView* view, const PuglEventExpose* expose) } static PuglStatus -puglWinCairoLeave(PuglView* view, const PuglEventExpose* expose) +puglWinCairoLeave(PuglView* view, const PuglExposeEvent* expose) { PuglInternals* const impl = view->impl; PuglWinCairoSurface* const surface = (PuglWinCairoSurface*)impl->surface; |