layout: don't discard fullscreen on new tiling

This commit is contained in:
vaxerski
2023-09-28 17:49:33 +01:00
parent 6d7dc70f66
commit 1f4eab176e
8 changed files with 19 additions and 38 deletions

View File

@@ -7,10 +7,11 @@
#include <deque>
#include <any>
enum eFullscreenMode : uint8_t;
enum eFullscreenMode : int8_t;
//orientation determines which side of the screen the master area resides
enum eOrientation : uint8_t {
enum eOrientation : uint8_t
{
ORIENTATION_LEFT = 0,
ORIENTATION_TOP,
ORIENTATION_RIGHT,