Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11mouse.c58 Pixmap data_pixmap, mask_pixmap; in X11_CreateWMCursor() local
104 data_pixmap = XCreatePixmap(SDL_Display, SDL_Root, w, h, 1); in X11_CreateWMCursor()
119 GCcursor = XCreateGC(SDL_Display, data_pixmap, in X11_CreateWMCursor()
124 XPutImage(SDL_Display, data_pixmap, GCcursor, data_image, in X11_CreateWMCursor()
134 cursor->x_cursor = XCreatePixmapCursor(SDL_Display, data_pixmap, in X11_CreateWMCursor()
136 XFreePixmap(SDL_Display, data_pixmap); in X11_CreateWMCursor()