Searched defs:current_video (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_video.c129 SDL_VideoDevice *current_video = NULL; variable
163 /* Check to make sure we don't overwrite 'current_video' */
164 if ( current_video != NULL ) {
199 current_video = video;
200 current_video->name = bootstrap[i]->name;
283 if ( current_video != NULL ) {
284 SDL_strlcpy(namebuf, current_video->name, maxlen);
298 if ( current_video ) {
299 visible = current_video->visible;
312 if ( current_video ) {
[all...]

Completed in 42 milliseconds