Add support for titleBarStyle: 'hidden' on OS X 10.9 (hidden-inset falls back to hidden)
This commit is contained in:
parent
6a9801b82c
commit
ab8fd49c72
3 changed files with 23 additions and 6 deletions
|
@ -127,6 +127,8 @@ class NativeWindowMac : public NativeWindow,
|
|||
void UpdateDraggableRegions(
|
||||
const std::vector<DraggableRegion>& regions) override;
|
||||
|
||||
void ShowWindowButton(NSWindowButton button);
|
||||
|
||||
void InstallView();
|
||||
void UninstallView();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue