Searched refs:icon_pixmap (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c49 Pixmap icon_pixmap; local
201 icon_pixmap = XCreatePixmap(SDL_Display, SDL_Root, sicon->w, sicon->h,
203 gc = XCreateGC(SDL_Display, icon_pixmap, 0, &GCvalues);
204 XPutImage(SDL_Display, icon_pixmap, gc, icon_image,
221 icon_pixmap);
228 wmhints->icon_pixmap = icon_pixmap;

Completed in 64 milliseconds