Internal class that handles different screen bit depths and layouts the SDL way. More...
Public Member Functions | |
SDL_Drawable (int width, int height, RGB clear=Color::Transparent) | |
void | update (SDL_Surface *dest) const |
Protected Attributes | |
SDL_Surface *const | surface |
Internal class that handles different screen bit depths and layouts the SDL way.
Definition at line 1906 of file gui_tk.cpp.