aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.hpp
diff options
context:
space:
mode:
authorIkalco <[email protected]>2024-07-24 12:07:36 -0500
committerGitHub <[email protected]>2024-07-24 19:07:36 +0200
commit3e543d2ce8ba64abb4d226dbb88c4513474501cf (patch)
treed340935c65520e293a73623c148219993e38779b /src/Compositor.hpp
parent735e3c6c56d22059ee6340c0327e4b5a9154f013 (diff)
downloadHyprland-3e543d2ce8ba64abb4d226dbb88c4513474501cf.tar.gz
Hyprland-3e543d2ce8ba64abb4d226dbb88c4513474501cf.zip
core: Properly shutdown wl display (#7018)
* correctly destroy wayland globals * properly shutdown and cleanup hyprland * appease the nitpick gods and some comments
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 a274ca58..da390b44 100644
--- a/src/Compositor.hpp
+++ b/src/Compositor.hpp
@@ -71,6 +71,7 @@ class CCompositor {
void initServer(std::string socketName, int socketFd);
void startCompositor();
+ void stopCompositor();
void cleanup();
void createLockFile();
void removeLockFile();