summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2016-10-03 18:43:49 +0000
committerokan <okan>2016-10-03 18:43:49 +0000
commit8aa5033d12eec5e764885f3e8b27c1df22d6b0df (patch)
tree7391669abb0ec0380deade7b7ed77601a2ffce81 /conf.c
parent03f5dc219e20edbcf4b7eac1f733a188ab8f7c29 (diff)
downloadcwm-8aa5033d12eec5e764885f3e8b27c1df22d6b0df.tar.gz
cwm-8aa5033d12eec5e764885f3e8b27c1df22d6b0df.tar.xz
cwm-8aa5033d12eec5e764885f3e8b27c1df22d6b0df.zip
Start simplifying menu code; and in turn, remove a cursor no longer
needed.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf.c b/conf.c
index 47a9566..f415257 100644
--- a/conf.c
+++ b/conf.c
@@ -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