aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-03-20 15:02:47 +0000
committervaxerski <[email protected]>2023-03-20 15:03:09 +0000
commit71a95a581f86a801b1db24a417f41d9a395cab38 (patch)
treeae6167809c2586c84f0a640543bd85a83aca3ac2 /src/Compositor.hpp
parent788a8f7c134a34085d683e44a328e344be6b21f3 (diff)
downloadHyprland-71a95a581f86a801b1db24a417f41d9a395cab38.tar.gz
Hyprland-71a95a581f86a801b1db24a417f41d9a395cab38.zip
feat: add pretty notifications
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r--src/Compositor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compositor.hpp b/src/Compositor.hpp
index c346df0c..68c9ecc9 100644
--- a/src/Compositor.hpp
+++ b/src/Compositor.hpp
@@ -189,6 +189,7 @@ class CCompositor {
void setActiveMonitor(CMonitor*);
bool isWorkspaceSpecial(const int&);
int getNewSpecialID();
+ void performUserChecks();
std::string explicitConfigPath;