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
4
conf.c
4
conf.c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user