aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2016-10-03 18:43:49 +0000
committerokan2016-10-03 18:43:49 +0000
commitda816a4a2336765be3b75ca8c08375463fdf31b8 (patch)
tree1aea004b95ded8d65ce721184e7b4589da512d54 /conf.c
parent4cb9b524e74bf3eb9715b232c8a0261624e35869 (diff)
downloadcwm-da816a4a2336765be3b75ca8c08375463fdf31b8.tar.gz
Start simplifying menu code; and in turn, remove a cursor no longer
needed.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/conf.c b/conf.c
index 8443009..b62e208 100644
--- a/conf.c
+++ b/conf.c
@@ -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.209 2016/10/03 14:42:34 okan Exp $
+ * $OpenBSD: conf.c,v 1.210 2016/10/03 18:43:49 okan Exp $
*/
#include <sys/types.h>
@@ -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