static; ok oga@

This commit is contained in:
okan 2009-08-25 12:05:11 +00:00
parent 0a44f2e5c4
commit b9f8367089

4
conf.c
View File

@ -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[] = {