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