summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Bensmann <johannesbensmann@gmx.de>2019-06-10 11:56:59 +0200
committerJohannes Bensmann <johannesbensmann@gmx.de>2019-06-10 11:56:59 +0200
commit5ed5e0b5b28ac76a1f7ec0a677f5f9af167c9bc8 (patch)
treeb34a257250da31d90c6f37791f4f596b188326c9
parent298d39ea718d155c4f022d271002721141ea55db (diff)
minor changes
-rw-r--r--Makefile2
-rw-r--r--config.h2
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
};