Implement proper z-system

This commit is contained in:
vaxerski
2022-04-04 16:25:30 +02:00
parent 462781b16f
commit c21881be25
3 changed files with 27 additions and 7 deletions

View File

@@ -94,6 +94,7 @@ public:
CWindow* getFullscreenWindowOnWorkspace(const int&);
bool doesSeatAcceptInput(wlr_surface*);
bool isWindowActive(CWindow*);
void moveWindowToTop(CWindow*);
private:
void initAllSignals();