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

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_lowvideo.h 55 GDevice **SDL_Display;
89 #define SDL_Display (this->hidden->SDL_Display)
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 164 #define SDL_Display (this->hidden->X11_Display)
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 49 milliseconds