From 8bed92098b94ebe14dfd9d622585fbfc150a8757 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Apr 2011 04:03:48 +0300 Subject: Improve SDL gui draw speed. --- src/graphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 817249c60..c1d5aa501 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -256,6 +256,9 @@ class Graphics : public gcn::SDLGraphics { return mClipStack.top(); } protected: + int SDL_FakeUpperBlit (SDL_Surface *src, SDL_Rect *srcrect, + SDL_Surface *dst, SDL_Rect *dstrect); + int mWidth; int mHeight; int mBpp; -- cgit v1.2.3-60-g2f50