Adapted Client to new source in 0.54

This commit is contained in:
2026-03-05 18:31:09 +01:00
parent 095c242fcf
commit 7a6203a77b
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ class Client {
std::array<int, 2> size;
WorkspaceSignature workspace;
bool floating;
bool pseudo;
int monitor;
std::string className;
std::string title;
@@ -34,6 +33,7 @@ class Client {
bool pinned;
int fullscreen;
int fullscreenClient;
bool overFullscreen;
std::string swallowing;
int focusHistory;
bool inhibitingIdle;