summaryrefslogtreecommitdiffstats
path: root/client/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/screen.h')
-rw-r--r--client/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/screen.h b/client/screen.h
index 5952fe81..c07d5419 100644
--- a/client/screen.h
+++ b/client/screen.h
@@ -37,7 +37,9 @@ class RedScreen;
enum {
SCREEN_LAYER_DISPLAY,
SCREEN_LAYER_CURSOR,
+ SCREEN_LAYER_GUI_BARIER,
SCREEN_LAYER_GUI,
+ SCREEN_LAYER_INFO,
};
class UpdateTimer: public Timer {