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

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11dyn.h 70 extern XIC (*pXCreateIC)(XIM,...);
71 extern char *(*pXGetICValues)(XIC, ...);
SDL_x11dyn.c 100 XIC (*pXCreateIC)(XIM,...) = NULL;
101 char *(*pXGetICValues)(XIC, ...) = NULL;
SDL_x11video.h 70 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)*/
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h     [all...]

Completed in 191 milliseconds