diff options
author | Bastien Bouclet | 2018-01-06 16:13:29 +0100 |
---|---|---|
committer | Bastien Bouclet | 2018-01-27 18:12:34 +0100 |
commit | 5878c618c931f6c600dda0b156d96f909013779b (patch) | |
tree | 1345c8957c22e654508405d3ed764dd71506844b /gui/gui-manager.h | |
parent | fc37918130d8539ee57be014108729e8aca6e3f8 (diff) | |
download | scummvm-rg350-5878c618c931f6c600dda0b156d96f909013779b.tar.gz scummvm-rg350-5878c618c931f6c600dda0b156d96f909013779b.tar.bz2 scummvm-rg350-5878c618c931f6c600dda0b156d96f909013779b.zip |
GUI: Remove Dialog::markAsDirty to expose full GUI redraws
Diffstat (limited to 'gui/gui-manager.h')
-rw-r--r-- | gui/gui-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui-manager.h b/gui/gui-manager.h index 82a8aa9cfd..07ea474628 100644 --- a/gui/gui-manager.h +++ b/gui/gui-manager.h @@ -75,7 +75,7 @@ public: void runLoop(); void processEvent(const Common::Event &event, Dialog *const activeDialog); - void doFullRedraw(); + void scheduleTopDialogRedraw(); bool isActive() const { return ! _dialogStack.empty(); } |