Go to the documentation of this file.
22 #ifndef SDL_directfb_modes_h_
23 #define SDL_directfb_modes_h_
27 #include "../SDL_sysvideo.h"
29 #define SDL_DFB_DISPLAYDATA(win) DFB_DisplayData *dispdata = ((win) ? (DFB_DisplayData *) SDL_GetDisplayForWindow(window)->driverdata : NULL)