mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
spacing
This commit is contained in:
parent
ee59e4a5a1
commit
18c7d89c98
2
client.c
2
client.c
@ -166,7 +166,6 @@ client_delete(struct client_ctx *cc)
|
|||||||
}
|
}
|
||||||
|
|
||||||
client_freehints(cc);
|
client_freehints(cc);
|
||||||
|
|
||||||
xfree(cc);
|
xfree(cc);
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
@ -439,7 +438,6 @@ client_update(struct client_ctx *cc)
|
|||||||
void
|
void
|
||||||
client_send_delete(struct client_ctx *cc)
|
client_send_delete(struct client_ctx *cc)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (cc->xproto & CLIENT_PROTO_DELETE)
|
if (cc->xproto & CLIENT_PROTO_DELETE)
|
||||||
xu_sendmsg(cc, WM_PROTOCOLS, WM_DELETE_WINDOW);
|
xu_sendmsg(cc, WM_PROTOCOLS, WM_DELETE_WINDOW);
|
||||||
else
|
else
|
||||||
|
2
conf.c
2
conf.c
@ -69,7 +69,6 @@ conf_color(struct conf *c)
|
|||||||
|
|
||||||
sc = screen_current();
|
sc = screen_current();
|
||||||
|
|
||||||
|
|
||||||
for (i = 0; i < CWM_COLOR_MAX; i++) {
|
for (i = 0; i < CWM_COLOR_MAX; i++) {
|
||||||
xu_freecolor(sc, sc->color[i].pixel);
|
xu_freecolor(sc, sc->color[i].pixel);
|
||||||
sc->color[i].pixel = xu_getcolor(sc, c->color[i].name);
|
sc->color[i].pixel = xu_getcolor(sc, c->color[i].name);
|
||||||
@ -408,7 +407,6 @@ conf_grab(struct conf *c, struct keybinding *kb)
|
|||||||
|
|
||||||
TAILQ_FOREACH(sc, &Screenq, entry)
|
TAILQ_FOREACH(sc, &Screenq, entry)
|
||||||
xu_key_grab(sc->rootwin, kb->modmask, kb->keysym);
|
xu_key_grab(sc->rootwin, kb->modmask, kb->keysym);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user