summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-05 01:36:21 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-05 02:13:21 +0300
commit237cbc536ce74a0d4f1540b299e29f81e903b3ae (patch)
treeed852cd138313be403b9845a8798f3871b7f908e /src/graphics.h
parent4ee3cee44c73802059506787e74adeacd39e5230 (diff)
downloadplus-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.h2
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;