type fixes

This commit is contained in:
okan 2013-07-10 14:11:42 +00:00
parent dd10412804
commit 9571038358
2 changed files with 3 additions and 3 deletions

4
conf.c
View File

@ -99,8 +99,8 @@ static char *color_binds[] = {
void
conf_screen(struct screen_ctx *sc)
{
int i;
XftColor xc;
u_int i;
XftColor xc;
sc->gap = Conf.gap;

View File

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