1
0
Fork 0

include/Spectre/Display/DisplayDescription.h: adding Fullscreen flag.

This commit is contained in:
Henrik Hautakoski 2020-11-05 10:09:27 +01:00
parent 74a2ff028c
commit d34d20361d

View file

@ -13,6 +13,7 @@ namespace DisplayDecorate {
Menu = 1 << 0,
Resize = 1 << 1,
Close = 1 << 2,
Fullscreen = 1 << 3,
Default = Menu | Resize | Close,
};
};