diff options
author | okan | 2013-07-16 14:22:25 +0000 |
---|---|---|
committer | okan | 2013-07-16 14:22:25 +0000 |
commit | c375ec5e0fc73942015844fbb7209326e6348136 (patch) | |
tree | 9b0b03befd2c9e4137c6002a4afca2b67498dcad /conf.c | |
parent | b6ad58bde953d53ba1e0225c1c6070147682b6e9 (diff) | |
download | cwm-c375ec5e0fc73942015844fbb7209326e6348136.tar.gz |
don't need the size here
Diffstat (limited to '')
-rw-r--r-- | conf.c | 4 |
1 files changed, 2 insertions, 2 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. * - * $OpenBSD: conf.c,v 1.144 2013/07/16 14:04:44 okan Exp $ + * $OpenBSD: conf.c,v 1.145 2013/07/16 14:22:25 okan Exp $ */ #include <sys/param.h> @@ -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 */ |