diff options
author | Marvin Borner | 2021-07-03 22:03:09 +0200 |
---|---|---|
committer | Marvin Borner | 2021-07-03 22:03:09 +0200 |
commit | 794d10a744e70ab5f7acc29e105dc437403ca341 (patch) | |
tree | f75bcb410b18f59d365a70747c8f7c6b90291fe8 /apps | |
parent | a81a011d738a0cbd36e0d4f8e17691424d6bb1a0 (diff) |
Very minor fixes
Diffstat (limited to 'apps')
-rw-r--r-- | apps/wm/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wm/main.c b/apps/wm/main.c index d7bef72..f19d03d 100644 --- a/apps/wm/main.c +++ b/apps/wm/main.c @@ -389,7 +389,7 @@ static void window_request_destroy(struct window *win) */ #define PING_INTERVAL 100 -#define PING_COUNT 3 // -> kill if >= +#define PING_COUNT 5 // -> kill if >= static void window_ping(struct window *win) { |