Lines Matching full:info
213 SDL_memset(&video->info, 0, (sizeof video->info));
268 video->info.vfmt = SDL_VideoSurface->format;
309 const SDL_VideoInfo *info;
311 info = NULL;
313 info = ¤t_video->info;
315 return(info);
593 width = video->info.current_w;
596 height = video->info.current_h;
738 if ( ! video->info.wm_available ) {
899 video->info.vfmt = SDL_VideoSurface->format;
900 video->info.current_w = SDL_VideoSurface->w;
901 video->info.current_h = SDL_VideoSurface->h;
919 if (((SDL_PublicSurface->flags&SDL_HWSURFACE) == SDL_HWSURFACE) && current_video->info.blit_hw)
1999 int SDL_GetWMInfo (SDL_SysWMinfo *info)
2005 return(video->GetWMInfo(this, info));