diff options
author | vaxerski <[email protected]> | 2023-04-03 16:46:03 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-04-03 16:46:03 +0100 |
commit | 039a97adc8048f7d7ffbcc9f822b3cafdc50479c (patch) | |
tree | db8a0ea733d92ed236353261a42a7c3906b960eb /src/main.cpp | |
parent | 49e7f357346e8a30077ac43d32eda37fc237136e (diff) | |
parent | e6211eef00a96c0dc7f8c06a6a151f5485977a0d (diff) | |
download | Hyprland-039a97adc8048f7d7ffbcc9f822b3cafdc50479c.tar.gz Hyprland-039a97adc8048f7d7ffbcc9f822b3cafdc50479c.zip |
mergescreencopy-impl
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index 50a69937..669ece50 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -76,10 +76,6 @@ int main(int argc, char** argv) { if (g_pCompositor->m_sWLDisplay) wl_display_destroy_clients(g_pCompositor->m_sWLDisplay); - // kill all clients - for (auto& c : g_pCompositor->m_dProcessPIDsOnShutdown) - kill(c, SIGKILL); - if (g_pCompositor->m_sWLDisplay) wl_display_destroy(g_pCompositor->m_sWLDisplay); |