add new internal set parent window method
This commit is contained in:
parent
a19a229a59
commit
dae63d323c
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ class NativeWindowMac : public NativeWindow,
|
||||||
void UpdateDraggableRegions(
|
void UpdateDraggableRegions(
|
||||||
const std::vector<DraggableRegion>& regions) override;
|
const std::vector<DraggableRegion>& regions) override;
|
||||||
|
|
||||||
|
void InternalSetParentWindow(NativeWindow* parent, bool attach);
|
||||||
void ShowWindowButton(NSWindowButton button);
|
void ShowWindowButton(NSWindowButton button);
|
||||||
|
|
||||||
void InstallView();
|
void InstallView();
|
||||||
|
|
Loading…
Reference in a new issue