Revert "include/Spectre/Display/DisplayDescription.h: change Empty to None"
This reverts commit 7c23f5dfd9.
`None` is defined in X11.
This commit is contained in:
parent
6007f52194
commit
f2fc9d46b8
3 changed files with 3 additions and 3 deletions
|
|
@ -258,7 +258,7 @@ DWORD Win32Display::getWin32Flags(unsigned int flags)
|
|||
{
|
||||
DWORD win32_flags = WS_VISIBLE;
|
||||
|
||||
if (flags == DisplayDecorate::None) {
|
||||
if (flags == DisplayDecorate::Empty) {
|
||||
win32_flags |= WS_POPUP;
|
||||
} else {
|
||||
if (flags & DisplayDecorate::Menu) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue