state is long

This commit is contained in:
okan 2014-01-03 14:23:50 +00:00
parent 2843ba1e28
commit 08342471c8

View File

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