added forcerendererreload and some more vt changes

This commit is contained in:
vaxerski
2022-06-06 13:48:17 +02:00
parent 322a495412
commit d743ac7bb1
8 changed files with 38 additions and 6 deletions

View File

@@ -54,6 +54,7 @@ private:
static void moveCurrentWorkspaceToMonitor(std::string);
static void moveWorkspaceToMonitor(std::string);
static void toggleSpecialWorkspace(std::string);
static void forceRendererReload(std::string);
friend class CCompositor;
};