OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wm_icon
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c
210
video->
wm_icon
= NULL;
[
all
...]
SDL_sysvideo.h
284
char *
wm_icon
;
member in struct:SDL_VideoDevice
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c
64
this->SetCaption(this, this->wm_title, this->
wm_icon
);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m
750
QZ_SetCaption(this, this->wm_title, this->
wm_icon
);
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c
409
X11_SetCaptionNoLock(this, this->wm_title, this->
wm_icon
);
[
all
...]
Completed in 4685 milliseconds