mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-29 18:53:19 +03:00
main: set isShuttingDown after display dispatch reaches the end
relates to #3558
This commit is contained in:
parent
29e0a7112e
commit
47654a84c2
@ -104,6 +104,8 @@ int main(int argc, char** argv) {
|
||||
// If all's good to go, start.
|
||||
g_pCompositor->startCompositor();
|
||||
|
||||
g_pCompositor->m_bIsShuttingDown = true;
|
||||
|
||||
// If we are here it means we got yote.
|
||||
Debug::log(LOG, "Hyprland reached the end.");
|
||||
g_pCompositor.reset();
|
||||
|
Loading…
Reference in New Issue
Block a user