include/Spectre/Display/DisplayDescription.h: change Empty to None
This commit is contained in:
parent
83f4d05df8
commit
7c23f5dfd9
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ namespace sp {
|
|||
namespace DisplayDecorate {
|
||||
|
||||
enum Type {
|
||||
Empty = 0,
|
||||
None = 0,
|
||||
Menu = 1 << 0,
|
||||
Resize = 1 << 1,
|
||||
Close = 1 << 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue