Created
September 23, 2017 13:12
-
-
Save aaronjensen/97fcb4854a9993011de02801c7a288a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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