mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
don't need the size here
This commit is contained in:
parent
ca416b6b82
commit
fbb9d32d0a
2
conf.c
2
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_X_cursor, /* CF_DEFAULT */
|
||||||
XC_fleur, /* CF_MOVE */
|
XC_fleur, /* CF_MOVE */
|
||||||
XC_left_ptr, /* CF_NORMAL */
|
XC_left_ptr, /* CF_NORMAL */
|
||||||
|
Loading…
Reference in New Issue
Block a user