Remove the inconsistent and lag-causing usleep call in SDL_fcitx.c

(cherry picked from commit 3bf2b90da0)
This commit is contained in:
1F616EMO
2024-06-29 14:47:27 +08:00
committed by Sam Lantinga
parent 2cfcb144e4
commit 79f6baa494

View File

@@ -455,6 +455,5 @@ void SDL_Fcitx_PumpEvents(void)
while (dbus->connection_dispatch(conn) == DBUS_DISPATCH_DATA_REMAINS) {
/* Do nothing, actual work happens in DBus_MessageFilter */
usleep(10);
}
}