aboutsummaryrefslogtreecommitdiff
path: root/gui/GuiManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/GuiManager.h')
-rw-r--r--gui/GuiManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/GuiManager.h b/gui/GuiManager.h
index 9bdacb5459..12c9a25f62 100644
--- a/gui/GuiManager.h
+++ b/gui/GuiManager.h
@@ -91,6 +91,9 @@ public:
protected:
enum RedrawStatus {
kRedrawDisabled = 0,
+ kRedrawOpenDialog,
+ kRedrawCloseDialog,
+ kRedrawTopDialog,
kRedrawFull
};