Start simplifying menu code; and in turn, remove a cursor no longer

needed.
This commit is contained in:
okan
2016-10-03 18:43:49 +00:00
parent 03f5dc219e
commit 8aa5033d12
3 changed files with 22 additions and 27 deletions

5
conf.c
View File

@@ -640,11 +640,10 @@ conf_unbind_mouse(struct conf *c, struct binding *unbind)
}
static int cursor_binds[] = {
XC_X_cursor, /* CF_DEFAULT */
XC_fleur, /* CF_MOVE */
XC_left_ptr, /* CF_NORMAL */
XC_question_arrow, /* CF_QUESTION */
XC_fleur, /* CF_MOVE */
XC_bottom_right_corner, /* CF_RESIZE */
XC_question_arrow, /* CF_QUESTION */
};
void