aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pugl/pugl_osx.m7
1 files changed, 2 insertions, 5 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m
index 7a804b7..f3054fd 100644
--- a/pugl/pugl_osx.m
+++ b/pugl/pugl_osx.m
@@ -54,17 +54,14 @@ struct PuglInternalsImpl {
PuglView* puglview;
}
-- (id) initWithContentRect:(NSRect)contentRect
- styleMask:(unsigned int)aStyle
- backing:(NSBackingStoreType)bufferingType
- defer:(BOOL)flag;
- (void) setPuglview:(PuglView*)view;
+
@end
@implementation PuglWindow
- (id) initWithContentRect:(NSRect)contentRect
- styleMask:(unsigned int)aStyle
+ styleMask:(NSWindowStyleMask)aStyle
backing:(NSBackingStoreType)bufferingType
defer:(BOOL)flag
{