diff options
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) { |