Implements #2734 “New API to configure BrowserWindow title bar on Mac”
New API supported on Yosemite 10.10 and newer.
This commit is contained in:
parent
9e7b67802c
commit
5d8f1dd404
6 changed files with 70 additions and 0 deletions
|
@ -30,6 +30,7 @@ extern const char kAlwaysOnTop[];
|
|||
extern const char kNodeIntegration[];
|
||||
extern const char kAcceptFirstMouse[];
|
||||
extern const char kUseContentSize[];
|
||||
extern const char kTitleBarStyle[];
|
||||
extern const char kWebPreferences[];
|
||||
extern const char kZoomFactor[];
|
||||
extern const char kAutoHideMenuBar[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue