aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan2009-08-25 12:05:11 +0000
committerokan2009-08-25 12:05:11 +0000
commit7040418822e74ed25f890699af3ad11e12ff7418 (patch)
tree0edfa789f41a7ee72aa5f4ca1cc319dad0a8d629
parent9e894f7bbd3f1a8e871279b1c4c1d2a679313642 (diff)
downloadcwm-7040418822e74ed25f890699af3ad11e12ff7418.tar.gz
static; ok oga@
-rw-r--r--conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.c b/conf.c
index b88770d..4331ee8 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: conf.c,v 1.69 2009/08/25 01:44:39 oga Exp $
+ * $Id: conf.c,v 1.70 2009/08/25 12:05:11 okan Exp $
*/
#include "headers.h"
@@ -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[] = {