diff options
author | okan | 2009-08-25 12:05:11 +0000 |
---|---|---|
committer | okan | 2009-08-25 12:05:11 +0000 |
commit | 7040418822e74ed25f890699af3ad11e12ff7418 (patch) | |
tree | 0edfa789f41a7ee72aa5f4ca1cc319dad0a8d629 | |
parent | 9e894f7bbd3f1a8e871279b1c4c1d2a679313642 (diff) | |
download | cwm-7040418822e74ed25f890699af3ad11e12ff7418.tar.gz |
static; ok oga@
Diffstat (limited to '')
-rw-r--r-- | conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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[] = { |