aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2021-07-03 22:03:09 +0200
committerMarvin Borner2021-07-03 22:03:09 +0200
commit794d10a744e70ab5f7acc29e105dc437403ca341 (patch)
treef75bcb410b18f59d365a70747c8f7c6b90291fe8 /apps
parenta81a011d738a0cbd36e0d4f8e17691424d6bb1a0 (diff)
Very minor fixes
Diffstat (limited to 'apps')
-rw-r--r--apps/wm/main.c2
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)
{