Skip to content

Instantly share code, notes, and snippets.

@jjungnickel
Last active March 20, 2016 11:03
Show Gist options
  • Save jjungnickel/f364e1acbf10b7ae42a7 to your computer and use it in GitHub Desktop.
Save jjungnickel/f364e1acbf10b7ae42a7 to your computer and use it in GitHub Desktop.
diff --git a/src/macappkit.m b/src/macappkit.m
index 9713bc2..989b0d0 100644
--- a/src/macappkit.m
+++ b/src/macappkit.m
@@ -2747,8 +2747,7 @@ static CGRect unset_global_focus_view_frame (void);
else
{
windowClass = [EmacsWindow class];
- windowStyle = (NSTitledWindowMask | NSClosableWindowMask
- | NSMiniaturizableWindowMask | NSResizableWindowMask);
+ windowStyle = NSBorderlessWindowMask;
}
}
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment