aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/mac.h
diff options
context:
space:
mode:
authorMichael Fisher <mfisher31@gmail.com>2019-09-01 03:02:08 -0400
committerDavid Robillard <d@drobilla.net>2019-09-03 07:27:46 +0200
commit0706f4a121f6f9c5b96a19c4272a8636fc230cbc (patch)
treee1f58000e6003ccd3ddfb57d93016612756a3cec /pugl/detail/mac.h
parent10bb9a2862b4d306eee6dc392d91eb727ea4faa9 (diff)
downloadpugl-0706f4a121f6f9c5b96a19c4272a8636fc230cbc.tar.gz
pugl-0706f4a121f6f9c5b96a19c4272a8636fc230cbc.tar.bz2
pugl-0706f4a121f6f9c5b96a19c4272a8636fc230cbc.zip
Mac: Dispatch expose events from drawing view
Diffstat (limited to 'pugl/detail/mac.h')
-rw-r--r--pugl/detail/mac.h1
1 files changed, 1 insertions, 0 deletions
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