mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
Fix conflict in WindowFlags on Windows
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user