aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authorokan2013-05-10 16:05:34 +0000
committerokan2013-05-10 16:05:34 +0000
commitea2ab8b96dddba2d149b42c724077210e10090ea (patch)
tree73dce08cc79277cccad123d95a89e1e643f5a93f /xevents.c
parentce107b2e3e59cb0c025f6c44227cffa0cbb19a1d (diff)
downloadcwm-ea2ab8b96dddba2d149b42c724077210e10090ea.tar.gz
int type fixes
Diffstat (limited to 'xevents.c')
-rw-r--r--xevents.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xevents.c b/xevents.c
index d6eb673..8582801 100644
--- a/xevents.c
+++ b/xevents.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: xevents.c,v 1.73 2013/05/10 15:44:43 okan Exp $
+ * $OpenBSD: xevents.c,v 1.74 2013/05/10 16:05:34 okan Exp $
*/
/*
@@ -323,7 +323,7 @@ xev_handle_keyrelease(XEvent *ee)
struct screen_ctx *sc;
struct client_ctx *cc;
KeySym keysym;
- int i;
+ u_int i;
sc = screen_fromroot(e->root);
cc = client_current();