diff options
author | okan <okan> | 2013-07-16 14:22:25 +0000 |
---|---|---|
committer | okan <okan> | 2013-07-16 14:22:25 +0000 |
commit | fbb9d32d0a04bc1cc17636460f9a92a2595130e9 (patch) | |
tree | 920db2558e04be150c3b6ea1f44078c2489294a5 | |
parent | ca416b6b82ace271f29e591081d4a9fe87614d06 (diff) | |
download | cwm-fbb9d32d0a04bc1cc17636460f9a92a2595130e9.tar.gz cwm-fbb9d32d0a04bc1cc17636460f9a92a2595130e9.tar.xz cwm-fbb9d32d0a04bc1cc17636460f9a92a2595130e9.zip |
don't need the size here
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c index 01cee6b..6fe65f6 100644 --- a/conf.c +++ b/conf.c @@ -624,7 +624,7 @@ conf_unbind_mouse(struct conf *c, struct mousebinding *unbind) } } -static int cursor_binds[CF_NITEMS] = { +static int cursor_binds[] = { XC_X_cursor, /* CF_DEFAULT */ XC_fleur, /* CF_MOVE */ XC_left_ptr, /* CF_NORMAL */ |