summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r--src/graphics.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp
index a86ac7fd0..c5dc38b72 100644
--- a/src/graphics.cpp
+++ b/src/graphics.cpp
@@ -48,7 +48,8 @@ Graphics::Graphics():
mHWAccel(false),
mBlitMode(BLIT_NORMAL),
mRedraw(false),
- mDoubleBuffer(false)
+ mDoubleBuffer(false),
+ mSecure(false)
{
mRect.x = 0;
mRect.y = 0;