Searched refs:SDL_IM (Results 1 – 3 of 3) sorted by relevance
453 if (SDL_IM != NULL && SDL_Display != XDisplayOfIM(SDL_IM)) { in create_aux_windows()462 XCloseIM(SDL_IM); in create_aux_windows()463 SDL_IM = NULL; in create_aux_windows()467 if (SDL_IM == NULL) { in create_aux_windows()508 SDL_IM = XOpenIM(SDL_Display, NULL, classname, classname); in create_aux_windows()528 if (SDL_IM == NULL) { in create_aux_windows()542 SDL_IC = pXCreateIC(SDL_IM, in create_aux_windows()552 XCloseIM(SDL_IM); in create_aux_windows()553 SDL_IM = NULL; in create_aux_windows()569 XCloseIM(SDL_IM); in create_aux_windows()[all …]
174 #define SDL_IM (this->hidden->X11_IM) macro
414 && SDL_IM != NULL in X11_DispatchEvent()