aboutsummaryrefslogtreecommitdiffstats
path: root/xutil.c
diff options
context:
space:
mode:
authorokan2013-07-10 14:11:42 +0000
committerokan2013-07-10 14:11:42 +0000
commitd30de00df7158839248bc961a101e910a704fd10 (patch)
treebe6ef65d6ad41b347efb9000b2140e21e8d69519 /xutil.c
parent0be19ed3a4dda428d7845aa2493138db0a4c353c (diff)
downloadcwm-d30de00df7158839248bc961a101e910a704fd10.tar.gz
type fixes
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xutil.c b/xutil.c
index 3d8292e..5f30a0c 100644
--- a/xutil.c
+++ b/xutil.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: xutil.c,v 1.70 2013/07/08 15:48:16 okan Exp $
+ * $OpenBSD: xutil.c,v 1.71 2013/07/10 14:11:42 okan Exp $
*/
#include <sys/param.h>
@@ -393,7 +393,7 @@ void
xu_ewmh_handle_net_wm_state_msg(struct client_ctx *cc, int action,
Atom first, Atom second)
{
- int i;
+ u_int i;
static struct handlers {
int atom;
int property;