HomeSort by relevance Sort by last modified time
    Searched refs:XIC (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11dyn.h 76 extern XIC (*pXCreateIC)(XIM,...);
77 extern char *(*pXGetICValues)(XIC, ...);
SDL_x11dyn.c 103 XIC (*pXCreateIC)(XIM,...) = NULL;
104 char *(*pXGetICValues)(XIC, ...) = NULL;
186 pXCreateIC = (XIC(*)(XIM,...)) X11_GetSym("XCreateIC",
188 pXGetICValues = (char * (*)(XIC,...)) X11_GetSym("XGetICValues",
SDL_x11video.h 67 XIC X11_IC; /* Used for retaining the state, properties, and semantics of communication with the input method (IM) server */
SDL_x11sym.h 150 SDL_X11_SYM(int,Xutf8LookupString,(XIC a,XKeyPressedEvent* b,char* c,int d,KeySym* e,Status* f),(a,b,c,d,e,f),return)
151 /*SDL_X11_SYM(XIC,XCreateIC,(XIM, ...),return) !!! ARGH! */
152 SDL_X11_SYM(void,XDestroyIC,(XIC a),(a),)
153 SDL_X11_SYM(void,XSetICFocus,(XIC a),(a),)
154 SDL_X11_SYM(void,XUnsetICFocus,(XIC a),(a),)
155 /*SDL_X11_SYM(char*,XGetICValues,(XIC a, ...),return)*/
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h     [all...]

Completed in 30 milliseconds