X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fsdl%2FInitScreen.h;h=5455a17675da1e87bd0bde032f1b60a952468976;hb=4a1816af30dcfe53181a25355bd51cc7b24a83f1;hp=ef0820fc30e65115a4f0716f15584b059daa93e7;hpb=a378f581fb88ce4ca718a18d7cc80d7007ebc66a;p=l2e.git diff --git a/src/sdl/InitScreen.h b/src/sdl/InitScreen.h index ef0820f..5455a17 100644 --- a/src/sdl/InitScreen.h +++ b/src/sdl/InitScreen.h @@ -26,9 +26,12 @@ public: const SDL_Surface *Screen(void) const { return screen; }; void Flip(void) { SDL_Flip(screen); }; + SDL_Surface *Resize(int width, int height); private: SDL_Surface *screen; + int bpp; + Sint32 flags; };