aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeModern.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ThemeModern.h')
-rw-r--r--gui/ThemeModern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/ThemeModern.h b/gui/ThemeModern.h
index ed5e29fdfc..584fae25ef 100644
--- a/gui/ThemeModern.h
+++ b/gui/ThemeModern.h
@@ -41,16 +41,16 @@ public:
void refresh();
- bool ownCursor() { return _useCursor; }
+ bool ownCursor() const { return _useCursor; }
void enable();
void disable();
void openDialog(bool topDialog);
- void closeDialog();
+ void closeAllDialogs();
void clearAll();
- void drawAll();
+ void updateScreen();
void setDrawArea(const Common::Rect &r);
void resetDrawArea();