From 0706f4a121f6f9c5b96a19c4272a8636fc230cbc Mon Sep 17 00:00:00 2001 From: Michael Fisher Date: Sun, 1 Sep 2019 03:02:08 -0400 Subject: Mac: Dispatch expose events from drawing view --- pugl/detail/mac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pugl/detail/mac.h') diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h index 9a5997d..8146373 100644 --- a/pugl/detail/mac.h +++ b/pugl/detail/mac.h @@ -36,6 +36,7 @@ } - (void) dispatchConfigure:(NSRect)bounds; +- (void) dispatchExpose:(NSRect)rect; @end -- cgit v1.2.1