From 75a5c41ab4570538a4ccf74fabef637ace12682b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 4 Nov 2007 00:30:53 +0000 Subject: - starting to document the theme renderer - Theme::closeDialog -> Theme::closeAllDialogs, since it would remove every dialog currently svn-id: r29394 --- gui/ThemeModern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui/ThemeModern.h') 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(); -- cgit v1.2.3