Base wlr impl (Manager, Group)

This commit is contained in:
dmitry
2020-08-05 02:17:38 +03:00
parent 0625bc7688
commit 2b11b7ef8c
7 changed files with 510 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#endif
#ifdef HAVE_WLR
#include "modules/wlr/taskbar.hpp"
#include "modules/wlr/workspaces.hpp"
#endif
#ifdef HAVE_RIVER
#include "modules/river/tags.hpp"