Last active
September 7, 2017 23:49
-
-
Save CarlQLange/5c797a19c7c2752527eb60e332a3d89a 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
From 86ec8290e2c668230b2fe6471bb3fd0beb3db420 Mon Sep 17 00:00:00 2001 | |
From: Carl Lange <[email protected]> | |
Date: Fri, 8 Sep 2017 00:42:31 +0100 | |
Subject: [PATCH] set border thickness to a lot for testing | |
--- | |
src/nsterm.m | 1 + | |
1 file changed, 1 insertion(+) | |
diff --git a/src/nsterm.m b/src/nsterm.m | |
index be97e94..2ca41a9 100644 | |
--- a/src/nsterm.m | |
+++ b/src/nsterm.m | |
@@ -7149,6 +7149,7 @@ - (instancetype) initFrameFromEmacs: (struct frame *)f | |
#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED >= 101000 | |
if ([win respondsToSelector: @selector(titlebarAppearsTransparent)]) | |
win.titlebarAppearsTransparent = FRAME_NS_TRANSPARENT_TITLEBAR (f); | |
+ [win setContentBorderThickness:54.0 forEdge:NSMaxYEdge]; | |
#endif | |
tem = f->icon_name; | |
-- | |
2.12.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment