aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/opengl-graphics.h
diff options
context:
space:
mode:
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.