diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/AppDelegate.m | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/AppDelegate.m b/src/AppDelegate.m index d2b9df3..18bdc74 100644 --- a/src/AppDelegate.m +++ b/src/AppDelegate.m @@ -17,7 +17,11 @@ _window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, 400, 400) - styleMask:NSWindowStyleMaskTitled + styleMask: + NSWindowStyleMaskTitled + | NSWindowStyleMaskClosable + | NSWindowStyleMaskMiniaturizable + | NSWindowStyleMaskResizable backing:NSBackingStoreBuffered defer:NO]; |