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

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c216 video->wm_icon = NULL;
1396 if ( video->wm_icon != NULL ) {
1397 SDL_free(video->wm_icon);
1398 video->wm_icon = NULL;
1712 if ( video->wm_icon ) {
1713 SDL_free(video->wm_icon);
1715 video->wm_icon = SDL_strdup(icon);
1718 video->SetCaption(this, video->wm_title,video->wm_icon);
1737 *icon = video->wm_icon;
H A DSDL_sysvideo.h284 char *wm_icon; member in struct:SDL_VideoDevice
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c64 this->SetCaption(this, this->wm_title, this->wm_icon);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c410 X11_SetCaptionNoLock(this, this->wm_title, this->wm_icon);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m1045 QZ_SetCaption(this, this->wm_title, this->wm_icon);

Completed in 289 milliseconds