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

  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.h 32 struct DibInfo {
51 #define screen_bmp (this->hidden->dibInfo->screen_bmp)
52 #define screen_pal (this->hidden->dibInfo->screen_pal)
53 #define screen_logpal (this->hidden->dibInfo->screen_logpal)
54 #define grab_palette (this->hidden->dibInfo->grab_palette)
55 #define SDL_nummodes (this->hidden->dibInfo->SDL_nummodes)
56 #define SDL_modelist (this->hidden->dibInfo->SDL_modelist)
57 #define allow_screensaver (this->hidden->dibInfo->allow_screensaver)
SDL_gapidibvideo.h 36 typedef struct DibInfo DibInfo;
53 DibInfo* dibInfo;

Completed in 756 milliseconds