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);