Skip to content

Instantly share code, notes, and snippets.

@aaronjensen
Created September 23, 2017 13:12
Show Gist options
  • Save aaronjensen/97fcb4854a9993011de02801c7a288a3 to your computer and use it in GitHub Desktop.
Save aaronjensen/97fcb4854a9993011de02801c7a288a3 to your computer and use it in GitHub Desktop.
diff --git a/src/nsterm.m b/src/nsterm.m
index a41d6be204..efd18ce24b 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -437,7 +437,8 @@ - (NSColor *)colorUsingDefaultColorSpace
| NSWindowStyleMaskMiniaturizable \
| NSWindowStyleMaskClosable)
#endif
-#define FRAME_UNDECORATED_FLAGS NSWindowStyleMaskBorderless
+#define FRAME_UNDECORATED_FLAGS (NSWindowStyleMaskBorderless \
+ | NSWindowStyleMaskResizable)
/* TODO: get rid of need for these forward declarations */
static void ns_condemn_scroll_bars (struct frame *f);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment