fix: fullscreen windows aren't resizable on macOS (#34379)
This commit is contained in:
parent
b00c026a54
commit
6038e42c23
4 changed files with 36 additions and 11 deletions
|
@ -167,6 +167,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
void UpdateVibrancyRadii(bool fullscreen);
|
||||
|
||||
// Set the attribute of NSWindow while work around a bug of zoom button.
|
||||
bool HasStyleMask(NSUInteger flag) const;
|
||||
void SetStyleMask(bool on, NSUInteger flag);
|
||||
void SetCollectionBehavior(bool on, NSUInteger flag);
|
||||
void SetWindowLevel(int level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue