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

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c135 SDL_VideoDevice *current_video = NULL; variable
169 /* Check to make sure we don't overwrite 'current_video' */
170 if ( current_video != NULL ) {
205 current_video = video;
206 current_video->name = bootstrap[i]->name;
289 if ( current_video != NULL ) {
290 SDL_strlcpy(namebuf, current_video->name, maxlen);
304 if ( current_video ) {
305 visible = current_video->visible;
318 if ( current_video ) {
[all...]

Completed in 86 milliseconds