mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 13:51:30 +11:00
Fix conflict in WindowFlags
on Windows
This commit is contained in:
parent
76b949c196
commit
64c1d4c5bb
|
@ -96,7 +96,7 @@ bitflags! {
|
|||
|
||||
const MINIMIZED = 1 << 12;
|
||||
|
||||
const IGNORE_CURSOR_EVENT = 1 << 14;
|
||||
const IGNORE_CURSOR_EVENT = 1 << 15;
|
||||
|
||||
const EXCLUSIVE_FULLSCREEN_OR_MASK = WindowFlags::ALWAYS_ON_TOP.bits;
|
||||
const NO_DECORATIONS_AND_MASK = !WindowFlags::RESIZABLE.bits;
|
||||
|
|
Loading…
Reference in a new issue