aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/detail/mac_cairo.m
diff options
context:
space:
mode:
Diffstat (limited to 'include/pugl/detail/mac_cairo.m')
-rw-r--r--include/pugl/detail/mac_cairo.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pugl/detail/mac_cairo.m b/include/pugl/detail/mac_cairo.m
index 18209d9..1e8f98d 100644
--- a/include/pugl/detail/mac_cairo.m
+++ b/include/pugl/detail/mac_cairo.m
@@ -41,14 +41,14 @@
cairo_t* cr;
}
-- (id) initWithFrame:(NSRect)frame
+- (id)initWithFrame:(NSRect)frame
{
self = [super initWithFrame:frame];
return self;
}
-- (void) resizeWithOldSuperviewSize:(NSSize)oldSize
+- (void)resizeWithOldSuperviewSize:(NSSize)oldSize
{
PuglWrapperView* wrapper = (PuglWrapperView*)[self superview];
@@ -56,7 +56,7 @@
[wrapper setReshaped];
}
-- (void) drawRect:(NSRect)rect
+- (void)drawRect:(NSRect)rect
{
PuglWrapperView* wrapper = (PuglWrapperView*)[self superview];
[wrapper dispatchExpose:rect];