mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +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 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 EXCLUSIVE_FULLSCREEN_OR_MASK = WindowFlags::ALWAYS_ON_TOP.bits;
|
||||||
const NO_DECORATIONS_AND_MASK = !WindowFlags::RESIZABLE.bits;
|
const NO_DECORATIONS_AND_MASK = !WindowFlags::RESIZABLE.bits;
|
||||||
|
|
Loading…
Reference in a new issue