HomeSort by relevance Sort by last modified time
    Searched defs:SDL_Display (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_lowvideo.h 55 GDevice **SDL_Display;
89 #define SDL_Display (this->hidden->SDL_Display)
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 115 #define SDL_Display (this->hidden->Public_Display)
121 #define SDL_Root RootWindow(SDL_Display, SDL_Screen)
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 170 #define SDL_Display (this->hidden->X11_Display)
174 #define SDL_Root RootWindow(SDL_Display, SDL_Screen)
220 ((SDL_strcmp(ServerVendor(SDL_Display), "The XFree86 Project, Inc") == 0) && \
221 (VendorRelease(SDL_Display) condition buggy_version))

Completed in 35 milliseconds