aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan2014-01-03 14:23:50 +0000
committerokan2014-01-03 14:23:50 +0000
commitfa1e0bfcb82d655544296d192c8df094a7895039 (patch)
tree3a9498ce47375ce6f87c9b8a7617b2b919ee542c
parente05bb598a0e301d6ff2c69ab60e635bc574f8299 (diff)
downloadcwm-fa1e0bfcb82d655544296d192c8df094a7895039.tar.gz
state is long
Diffstat (limited to '')
-rw-r--r--client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.c b/client.c
index 6c8a4a4..eefa732 100644
--- a/client.c
+++ b/client.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: client.c,v 1.167 2014/01/02 21:15:39 okan Exp $
+ * $OpenBSD: client.c,v 1.168 2014/01/03 14:23:50 okan Exp $
*/
#include <sys/param.h>
@@ -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);