1
0
Fork 0

include/Spectre/Display/DisplayDescription.h: change Empty to None

This commit is contained in:
Henrik Hautakoski 2022-09-13 19:43:26 +02:00
parent 83f4d05df8
commit 7c23f5dfd9
3 changed files with 3 additions and 3 deletions

View file

@ -251,7 +251,7 @@ DWORD Win32Display::getWin32Flags(unsigned int flags)
{
DWORD win32_flags = WS_VISIBLE;
if (flags == DisplayDecorate::Empty) {
if (flags == DisplayDecorate::None) {
win32_flags |= WS_POPUP;
} else {
if (flags & DisplayDecorate::Menu) {