Merge pull request #892 from alebastr/layer-surfaces-v3

Refactor layer surface implementations (again)
This commit is contained in:
Alex
2020-11-02 10:17:57 +01:00
committed by GitHub
6 changed files with 446 additions and 302 deletions

View File

@ -1,4 +1,6 @@
#include "modules/idle_inhibitor.hpp"
#include "idle-inhibit-unstable-v1-client-protocol.h"
#include "util/command.hpp"
std::list<waybar::AModule*> waybar::modules::IdleInhibitor::modules;