From 47f0e16e34cf22701b7c0670297bb7288a55310d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Aug 2011 01:57:55 +0300 Subject: Add option to hide ip addresses on screenshots. --- src/graphics.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 237d16dc2..a2e25b5a8 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -269,6 +269,12 @@ class Graphics : public gcn::SDLGraphics bool getRedraw() { return mRedraw; } + void setSecure(bool n) + { mSecure = n; } + + bool getSecure() + { return mSecure; } + int mWidth; int mHeight; @@ -283,6 +289,7 @@ class Graphics : public gcn::SDLGraphics bool mRedraw; bool mDoubleBuffer; SDL_Rect mRect; + bool mSecure; }; extern Graphics *graphics; -- cgit v1.2.3-60-g2f50