HomeSort by relevance Sort by last modified time
    Searched full:mask_pixmap (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c 58 Pixmap data_pixmap, mask_pixmap; local
112 mask_pixmap = XCreatePixmap(SDL_Display, SDL_Root, w, h, 1);
126 XPutImage(SDL_Display, mask_pixmap, GCcursor, mask_image,
135 mask_pixmap, &black, &white, hot_x, hot_y);
137 XFreePixmap(SDL_Display, mask_pixmap);
SDL_x11wm.c 50 Pixmap mask_pixmap; local
187 mask_pixmap = XCreatePixmapFromBitmapData(SDL_Display, WMwindow,
229 wmhints->icon_mask = mask_pixmap;

Completed in 8666 milliseconds