aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-26 23:50:15 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-26 23:50:15 +0100
commitc315e928cba84c2fe49bba7b930ce0c09a03b5f2 (patch)
tree191dca28db1861e15039b561b609a0226ef91598
parenta7019a39c3497488e6e1e7c5851a2c28831a9f2b (diff)
remove obsolete function call
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index fb00c98..caabbc2 100644
--- a/main.c
+++ b/main.c
@@ -24,7 +24,6 @@ int main(void) {
}
r = XDefaultRootWindow(d);
- xi_select_events(XI_RawKeyPress);
xi_select_events(XI_RawMotion);
XFixesHideCursor(d, r);