Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. diff --git a/src/macappkit.m b/src/macappkit.m
  2. index 7945090f40..de080cc3f4 100644
  3. --- a/src/macappkit.m
  4. +++ b/src/macappkit.m
  5. @@ -2335,6 +2335,7 @@ - (void)setupWindow
  6. [window setContentView:visualEffectView];
  7. MRC_RELEASE (visualEffectView);
  8. FRAME_BACKGROUND_ALPHA_ENABLED_P (f) = true;
  9. + window.titlebarAppearsTransparent = true;
  10. }
  11. [[window contentView] addSubview:emacsView];
  12. [self updateBackingScaleFactor];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement