Added toggleopaque dispatcher

This commit is contained in:
vaxerski
2022-07-28 12:07:41 +02:00
parent 3904351678
commit 9dd17a4be6
4 changed files with 18 additions and 0 deletions

View File

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