diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-09 04:03:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-09 04:03:48 +0300 |
commit | 8bed92098b94ebe14dfd9d622585fbfc150a8757 (patch) | |
tree | 2211bd2c0c6db311915b5181dcc77cfee5fdc3cb /src/graphics.h | |
parent | 3968453eb82521f6ab3966ff1dc08cd0c803d359 (diff) | |
download | plus-8bed92098b94ebe14dfd9d622585fbfc150a8757.tar.gz plus-8bed92098b94ebe14dfd9d622585fbfc150a8757.tar.bz2 plus-8bed92098b94ebe14dfd9d622585fbfc150a8757.tar.xz plus-8bed92098b94ebe14dfd9d622585fbfc150a8757.zip |
Improve SDL gui draw speed.
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |