diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-26 23:50:15 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-26 23:50:15 +0100 |
| commit | c315e928cba84c2fe49bba7b930ce0c09a03b5f2 (patch) | |
| tree | 191dca28db1861e15039b561b609a0226ef91598 | |
| parent | a7019a39c3497488e6e1e7c5851a2c28831a9f2b (diff) | |
remove obsolete function call
| -rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ int main(void) { } r = XDefaultRootWindow(d); - xi_select_events(XI_RawKeyPress); xi_select_events(XI_RawMotion); XFixesHideCursor(d, r); |
