int type fixes

This commit is contained in:
okan
2013-05-10 16:05:34 +00:00
parent 457938fbd7
commit e05c0a2c60
3 changed files with 12 additions and 10 deletions

View File

@@ -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();