added swapnext

This commit is contained in:
vaxerski 2022-08-24 21:40:36 +02:00
parent ffaf14c19e
commit 9c3aeda9f9
2 changed files with 21 additions and 0 deletions

View file

@ -107,6 +107,7 @@ private:
static void layoutmsg(std::string);
static void toggleOpaque(std::string);
static void dpms(std::string);
static void swapnext(std::string);
friend class CCompositor;
friend class CInputManager;