Searched refs:fcitx_client (Results 1 – 1 of 1) sorted by relevance
56 static FcitxClient fcitx_client; variable294 fcitx_client.dbus = SDL_DBus_GetContext(); in SDL_Fcitx_Init()296 fcitx_client.cursor_rect.x = -1; in SDL_Fcitx_Init()297 fcitx_client.cursor_rect.y = -1; in SDL_Fcitx_Init()298 fcitx_client.cursor_rect.w = 0; in SDL_Fcitx_Init()299 fcitx_client.cursor_rect.h = 0; in SDL_Fcitx_Init()301 return FcitxClientCreateIC(&fcitx_client); in SDL_Fcitx_Init()308 if (fcitx_client.ic_path) { in SDL_Fcitx_Quit()309 SDL_free(fcitx_client.ic_path); in SDL_Fcitx_Quit()310 fcitx_client.ic_path = NULL; in SDL_Fcitx_Quit()[all …]
Completed in 3 milliseconds