add new internal set parent window method

This commit is contained in:
xaviergonz 2017-05-01 22:08:27 +02:00 committed by Cheng Zhao
parent a19a229a59
commit dae63d323c

View file

@ -158,6 +158,7 @@ class NativeWindowMac : public NativeWindow,
void UpdateDraggableRegions(
const std::vector<DraggableRegion>& regions) override;
void InternalSetParentWindow(NativeWindow* parent, bool attach);
void ShowWindowButton(NSWindowButton button);
void InstallView();