Home | History | Annotate | Download | only in x11

Lines Matching refs:SDL_IC

472 		if ( SDL_IC != NULL ) {
473 XSetICFocus(SDL_IC);
490 if ( SDL_IC != NULL ) {
491 XUnsetICFocus(SDL_IC);
579 if ( SDL_IC != NULL ) {
596 count = Xutf8LookupString(SDL_IC, &xevent.xkey, keydata, sizeof(keybuf), &xkeysym, &status);
606 count = Xutf8LookupString(SDL_IC, &xevent.xkey, keydata, count, &xkeysym, &status);