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
|
|
@ -9,7 +9,7 @@ namespace sp {
|
|||
namespace DisplayDecorate {
|
||||
|
||||
enum Type {
|
||||
None = 0,
|
||||
Empty = 0,
|
||||
Menu = 1 << 0,
|
||||
Resize = 1 << 1,
|
||||
Close = 1 << 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue