include/Spectre/Display/DisplayDescription.h: remove fullscreen here as it is not a decorator flag.
This commit is contained in:
parent
3c6a842c9d
commit
4761473e86
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ namespace DisplayDecorate {
|
|||
Menu = 1 << 0,
|
||||
Resize = 1 << 1,
|
||||
Close = 1 << 2,
|
||||
Fullscreen = 1 << 3,
|
||||
Default = Menu | Resize | Close,
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue