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

2
conf.c
View File

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

View File

@ -393,7 +393,7 @@ void
xu_ewmh_handle_net_wm_state_msg(struct client_ctx *cc, int action, xu_ewmh_handle_net_wm_state_msg(struct client_ctx *cc, int action,
Atom first, Atom second) Atom first, Atom second)
{ {
int i; u_int i;
static struct handlers { static struct handlers {
int atom; int atom;
int property; int property;