summaryrefslogtreecommitdiff
path: root/app/cwm
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2014-01-03 14:23:51 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2014-01-03 14:23:51 +0000
commit8685a5c235914d63d66727312753bd03570ee846 (patch)
tree5134688d4ce03eae642c8486e100840f550a9e15 /app/cwm
parent6d6960d306ac9c0f304df063d11a4f24a040dece (diff)
state is long
Diffstat (limited to 'app/cwm')
-rw-r--r--app/cwm/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/client.c b/app/cwm/client.c
index 6c8a4a4ef..eefa732b7 100644
--- a/app/cwm/client.c
+++ b/app/cwm/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);