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

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_lowvideo.h55 GDevice **SDL_Display; member in struct:SDL_PrivateVideoData
89 #define SDL_Display (this->hidden->SDL_Display) macro
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.h164 #define SDL_Display (this->hidden->X11_Display) macro
168 #define SDL_Root RootWindow(SDL_Display, SDL_Screen)
214 ((SDL_strcmp(ServerVendor(SDL_Display), "The XFree86 Project, Inc") == 0) && \
215 (VendorRelease(SDL_Display) condition buggy_version))

Completed in 1561 milliseconds