Searched refs:GCcursor (Results 1 – 1 of 1) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11mouse.c | 56 GC GCcursor; in X11_CreateWMCursor() local 119 GCcursor = XCreateGC(SDL_Display, data_pixmap, in X11_CreateWMCursor() 124 XPutImage(SDL_Display, data_pixmap, GCcursor, data_image, in X11_CreateWMCursor() 126 XPutImage(SDL_Display, mask_pixmap, GCcursor, mask_image, in X11_CreateWMCursor() 128 XFreeGC(SDL_Display, GCcursor); in X11_CreateWMCursor()
|