Home
last modified time | relevance | path

Searched refs:SDL_IM (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c453 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 …]
DSDL_x11video.h174 #define SDL_IM (this->hidden->X11_IM) macro
DSDL_x11events.c414 && SDL_IM != NULL in X11_DispatchEvent()