mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
type fixes
This commit is contained in:
parent
dd10412804
commit
9571038358
2
conf.c
2
conf.c
@ -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;
|
||||||
|
2
xutil.c
2
xutil.c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user