diff options
author | Ikalco <[email protected]> | 2024-07-24 12:07:36 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-24 19:07:36 +0200 |
commit | 3e543d2ce8ba64abb4d226dbb88c4513474501cf (patch) | |
tree | d340935c65520e293a73623c148219993e38779b /src/Compositor.hpp | |
parent | 735e3c6c56d22059ee6340c0327e4b5a9154f013 (diff) | |
download | Hyprland-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.hpp | 1 |
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(); |