Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11mouse.c58 Pixmap data_pixmap, mask_pixmap; in X11_CreateWMCursor() local
112 mask_pixmap = XCreatePixmap(SDL_Display, SDL_Root, w, h, 1); in X11_CreateWMCursor()
126 XPutImage(SDL_Display, mask_pixmap, GCcursor, mask_image, in X11_CreateWMCursor()
135 mask_pixmap, &black, &white, hot_x, hot_y); in X11_CreateWMCursor()
137 XFreePixmap(SDL_Display, mask_pixmap); in X11_CreateWMCursor()
DSDL_x11wm.c50 Pixmap mask_pixmap; in X11_SetIcon() local
187 mask_pixmap = XCreatePixmapFromBitmapData(SDL_Display, WMwindow, in X11_SetIcon()
229 wmhints->icon_mask = mask_pixmap; in X11_SetIcon()