Fix conflict in WindowFlags on Windows

This commit is contained in:
Amr Bashir
2022-06-22 19:44:00 +02:00
committed by GitHub
parent 76b949c196
commit 64c1d4c5bb

View File

@@ -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;