added a dpms dispatcher

This commit is contained in:
vaxerski
2022-07-30 23:51:13 +02:00
parent 217ff1f401
commit 2e3d42a9a9
2 changed files with 15 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ private:
static void pass(std::string);
static void layoutmsg(std::string);
static void toggleOpaque(std::string);
static void dpms(std::string);
friend class CCompositor;
};