Searched refs:icon_pixmap (Results 1 – 1 of 1) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11wm.c | 49 Pixmap icon_pixmap; in X11_SetIcon() local 201 icon_pixmap = XCreatePixmap(SDL_Display, SDL_Root, sicon->w, sicon->h, in X11_SetIcon() 203 gc = XCreateGC(SDL_Display, icon_pixmap, 0, &GCvalues); in X11_SetIcon() 204 XPutImage(SDL_Display, icon_pixmap, gc, icon_image, in X11_SetIcon() 221 icon_pixmap); in X11_SetIcon() 228 wmhints->icon_pixmap = icon_pixmap; in X11_SetIcon()
|