include/Spectre/Display/DisplayDescription.h: adding Fullscreen flag.
This commit is contained in:
parent
74a2ff028c
commit
d34d20361d
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ namespace DisplayDecorate {
|
||||||
Menu = 1 << 0,
|
Menu = 1 << 0,
|
||||||
Resize = 1 << 1,
|
Resize = 1 << 1,
|
||||||
Close = 1 << 2,
|
Close = 1 << 2,
|
||||||
|
Fullscreen = 1 << 3,
|
||||||
Default = Menu | Resize | Close,
|
Default = Menu | Resize | Close,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue