This file contains hidden or 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/configure.ac b/configure.ac | |
index c093d86..552ab4d 100644 | |
--- a/configure.ac | |
+++ b/configure.ac | |
@@ -484,7 +484,7 @@ AC_DEFUN | |
[with_file_notification=$with_features]) | |
OPTION_DEFAULT_OFF([xwidgets], | |
- [enable use of some gtk widgets in Emacs buffers (requires gtk3)]) | |
+ [enable use of some gtk widgets in Emacs buffers (requires gtk3 or macOS Cocoa)]) |
This file contains hidden or 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 6995577920..948e93e47b 100644 | |
--- a/src/nsterm.m | |
+++ b/src/nsterm.m | |
@@ -470,11 +470,9 @@ - (NSColor *)colorUsingDefaultColorSpace | |
/* These flags will be OR'd or XOR'd with the NSWindow's styleMask | |
property depending on what we're doing. */ | |
-#define FRAME_DECORATED_FLAGS (NSWindowStyleMaskTitled \ | |
- | NSWindowStyleMaskResizable \ |