mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
added hasShadow option to BrowserWindow (osx)
This commit is contained in:
@@ -68,6 +68,9 @@ const char kStandardWindow[] = "standardWindow";
|
||||
// Default browser window background color.
|
||||
const char kBackgroundColor[] = "backgroundColor";
|
||||
|
||||
// Whether the window should have a shadow.
|
||||
const char kHasShadow[] = "hasShadow";
|
||||
|
||||
// The WebPreferences.
|
||||
const char kWebPreferences[] = "webPreferences";
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ extern const char kType[];
|
||||
extern const char kDisableAutoHideCursor[];
|
||||
extern const char kStandardWindow[];
|
||||
extern const char kBackgroundColor[];
|
||||
extern const char kHasShadow[];
|
||||
extern const char kWebPreferences[];
|
||||
|
||||
// WebPreferences.
|
||||
|
||||
Reference in New Issue
Block a user