Home
last modified time | relevance | path

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

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