Skip to content

Instantly share code, notes, and snippets.

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)])
@jakejx
jakejx / 27-no-titlebar
Last active December 18, 2019 18:12
Emacs 27 no titlebar patch
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 \