diff options
author | okan <okan> | 2014-01-03 14:23:50 +0000 |
---|---|---|
committer | okan <okan> | 2014-01-03 14:23:50 +0000 |
commit | 08342471c86ca88dbfe71fffa55697f92378ff76 (patch) | |
tree | 65468a3de4eb4bbd8ffb024da9ab8c287e0ca8ba | |
parent | 2843ba1e2812f8424e0649946d77bd92a3ad49d8 (diff) | |
download | cwm-08342471c86ca88dbfe71fffa55697f92378ff76.tar.gz cwm-08342471c86ca88dbfe71fffa55697f92378ff76.tar.xz cwm-08342471c86ca88dbfe71fffa55697f92378ff76.zip |
state is long
-rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |