From 794d10a744e70ab5f7acc29e105dc437403ca341 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 3 Jul 2021 22:03:09 +0200 Subject: Very minor fixes --- apps/wm/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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) { -- cgit v1.2.3