fix: setContentProtection(true)
after hide on Windows (#45868)
fix: content protection after hide on Windows
5789117
This commit is contained in:
parent
8c11764800
commit
99c943df23
8 changed files with 60 additions and 11 deletions
|
@ -110,6 +110,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
bool IsHiddenInMissionControl() const override;
|
||||
void SetHiddenInMissionControl(bool hidden) override;
|
||||
void SetContentProtection(bool enable) override;
|
||||
bool IsContentProtected() const override;
|
||||
void SetFocusable(bool focusable) override;
|
||||
bool IsFocusable() const override;
|
||||
void SetParentWindow(NativeWindow* parent) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue