From 08342471c86ca88dbfe71fffa55697f92378ff76 Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 3 Jan 2014 14:23:50 +0000 Subject: [PATCH] state is long --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index 929bd8e..f7e3148 100644 --- a/client.c +++ b/client.c @@ -59,7 +59,7 @@ client_init(Window win, struct screen_ctx *sc, int mapped) { struct client_ctx *cc; XWindowAttributes wattr; - int state; + long state; if (win == None) return (NULL);