more type fixes for mask/button

This commit is contained in:
okan
2013-05-10 16:32:47 +00:00
parent d0fe80b1f4
commit 9b9e95d742
4 changed files with 13 additions and 13 deletions

2
conf.c
View File

@ -627,7 +627,7 @@ void
conf_grab_mouse(struct client_ctx *cc)
{
struct mousebinding *mb;
int button;
u_int button;
TAILQ_FOREACH(mb, &Conf.mousebindingq, entry) {
if (mb->context != MOUSEBIND_CTX_WIN)