From 5ed5e0b5b28ac76a1f7ec0a677f5f9af167c9bc8 Mon Sep 17 00:00:00 2001 From: Johannes Bensmann Date: Mon, 10 Jun 2019 11:56:59 +0200 Subject: minor changes --- Makefile | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ea9eb5..d34faed 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CC = /usr/bin/gcc CFLAGS = -Wall -g LDFLAGS = -lX11 -lXtst -lpthread -PREFIX=/usr/local +PREFIX = /usr/local SRC = xmouseless.c BIN = xmouseless diff --git a/config.h b/config.h index 4445757..12df8be 100644 --- a/config.h +++ b/config.h @@ -47,6 +47,6 @@ static ShellBinding shell_bindings[] = { }; /* exits on key release which allows click and exit with one key */ -static unsigned int exit_keys[] = { +static KeySym exit_keys[] = { XK_Escape, XK_q, XK_space }; -- cgit v1.2.3