mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
static; ok oga@
This commit is contained in:
parent
0a44f2e5c4
commit
b9f8367089
4
conf.c
4
conf.c
@ -93,7 +93,7 @@ conf_reload(struct conf *c)
|
|||||||
conf_font(c);
|
conf_font(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct defbind {
|
static struct {
|
||||||
char *key;
|
char *key;
|
||||||
char *func;
|
char *func;
|
||||||
} kb_binds[] = {
|
} kb_binds[] = {
|
||||||
@ -437,7 +437,7 @@ conf_ungrab(struct conf *c, struct keybinding *kb)
|
|||||||
xu_key_ungrab(sc->rootwin, kb->modmask, kb->keysym);
|
xu_key_ungrab(sc->rootwin, kb->modmask, kb->keysym);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct {
|
static struct {
|
||||||
char chr;
|
char chr;
|
||||||
int mask;
|
int mask;
|
||||||
} bind_mods[] = {
|
} bind_mods[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user