summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
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;