about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2009-08-25 12:05:11 +0000
committerokan <okan>2009-08-25 12:05:11 +0000
commitb9f83670895f8c61d11e32515cd696299d2d92ea (patch)
tree23871862a457aa2bf89cd76af1978ea69ab5871a /conf.c
parent0a44f2e5c41bb60f9f426e4cf6e019067660e130 (diff)
downloadcwm-b9f83670895f8c61d11e32515cd696299d2d92ea.tar.gz
cwm-b9f83670895f8c61d11e32515cd696299d2d92ea.tar.xz
cwm-b9f83670895f8c61d11e32515cd696299d2d92ea.zip
static; ok oga@
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index 7109152..3f54253 100644
--- a/conf.c
+++ b/conf.c
@@ -93,7 +93,7 @@ conf_reload(struct conf *c)
 	conf_font(c);
 }
 
-struct defbind {
+static struct {
 	char	*key;
 	char	*func;
 } kb_binds[] = {
@@ -437,7 +437,7 @@ conf_ungrab(struct conf *c, struct keybinding *kb)
 		xu_key_ungrab(sc->rootwin, kb->modmask, kb->keysym);
 }
 
-struct {
+static struct {
 	char	chr;
 	int	mask;
 } bind_mods[] = {