diff options
Diffstat (limited to 'src/manage.c')
-rw-r--r-- | src/manage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manage.c b/src/manage.c index d95154c..c0463ab 100644 --- a/src/manage.c +++ b/src/manage.c @@ -283,7 +283,7 @@ unmanage (rp_window *w) shortly after another window is mapped most likely by the same app. */ - send_kill(); + kill_signalled = 1; } #endif } |