aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/opengl-graphics.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-03-17 20:27:00 +0100
committerJohannes Schickel2011-03-17 21:20:20 +0100
commit83b199e9212092bcc737e36eb3f0cff0666ddeac (patch)
tree19f5e4d856e8ccf58bdd94482b418e61582e3ba6 /backends/graphics/opengl/opengl-graphics.h
parent8d87a460b075793c3a06f5339eb5ee14c7498005 (diff)
downloadscummvm-rg350-83b199e9212092bcc737e36eb3f0cff0666ddeac.tar.gz
scummvm-rg350-83b199e9212092bcc737e36eb3f0cff0666ddeac.tar.bz2
scummvm-rg350-83b199e9212092bcc737e36eb3f0cff0666ddeac.zip
OPENGL: Move setFullscreenMode to OpenGLGraphicsManager.
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r--backends/graphics/opengl/opengl-graphics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h
index 31606cf336..c8b64fab89 100644
--- a/backends/graphics/opengl/opengl-graphics.h
+++ b/backends/graphics/opengl/opengl-graphics.h
@@ -176,6 +176,11 @@ protected:
virtual void unloadGFXMode();
/**
+ * Setup the fullscreen mode state.
+ */
+ void setFullscreenMode(bool enable);
+
+ /**
* Set the scale factor.
*
* This can only be used in a GFX transaction.