From 3bf2b90da09637059cac62a08ac42b630bbfa817 Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Sat, 29 Jun 2024 14:47:27 +0800 Subject: [PATCH] Remove the inconsistent and lag-causing usleep call in SDL_fcitx.c --- src/core/linux/SDL_fcitx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/linux/SDL_fcitx.c b/src/core/linux/SDL_fcitx.c index 88b6d06f40..f948fc98b2 100644 --- a/src/core/linux/SDL_fcitx.c +++ b/src/core/linux/SDL_fcitx.c @@ -485,7 +485,6 @@ void SDL_Fcitx_PumpEvents(void) while (dbus->connection_dispatch(conn) == DBUS_DISPATCH_DATA_REMAINS) { /* Do nothing, actual work happens in DBus_MessageFilter */ - usleep(10); } }