From c315e928cba84c2fe49bba7b930ce0c09a03b5f2 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 26 Jul 2025 23:50:15 +0100 Subject: remove obsolete function call --- main.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3