1
0
Fork 0

include/Spectre/Display/DisplayDescription.h: remove fullscreen here as it is not a decorator flag.

This commit is contained in:
Henrik Hautakoski 2022-09-12 22:45:54 +02:00
parent 3c6a842c9d
commit 4761473e86

View file

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