diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-05 01:36:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-05 02:13:21 +0300 |
commit | 237cbc536ce74a0d4f1540b299e29f81e903b3ae (patch) | |
tree | ed852cd138313be403b9845a8798f3871b7f908e /src/graphics.h | |
parent | 4ee3cee44c73802059506787e74adeacd39e5230 (diff) | |
download | plus-237cbc536ce74a0d4f1540b299e29f81e903b3ae.tar.gz plus-237cbc536ce74a0d4f1540b299e29f81e903b3ae.tar.bz2 plus-237cbc536ce74a0d4f1540b299e29f81e903b3ae.tar.xz plus-237cbc536ce74a0d4f1540b299e29f81e903b3ae.zip |
Improve fillrectangle speed.
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h index 03eecefff..35316ab57 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -311,6 +311,8 @@ class Graphics : public gcn::SDLGraphics int mOpenGL; bool mEnableResize; bool mNoFrame; + Uint32 mOldPixel; + int mOldAlpha; }; extern Graphics *mainGraphics; |