aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/graphics.h')
-rw-r--r--engines/groovie/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/groovie/graphics.h b/engines/groovie/graphics.h
index 72ab01deb6..69934f9d68 100644
--- a/engines/groovie/graphics.h
+++ b/engines/groovie/graphics.h
@@ -38,6 +38,8 @@ public:
void update();
void change();
void mergeFgAndBg();
+ void switchToFullScreen(bool fullScreen);
+ bool isFullScreen() { return (_foreground.h == 480); }
void updateScreen(Graphics::Surface *source);
Graphics::Surface _foreground; // The main surface that most things are drawn to
Graphics::Surface _background; // Used occasionally, mostly (only?) in puzzles