aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/screen.h')
-rw-r--r--engines/glk/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/screen.h b/engines/glk/screen.h
index bb5d7f6d25..10f8b14a2f 100644
--- a/engines/glk/screen.h
+++ b/engines/glk/screen.h
@@ -37,7 +37,7 @@ enum CaretShape {
SMALL_DOT = 0, FAT_DOT = 1, THIN_LINE = 2, FAT_LINE = 3, BLOCK = 4
};
-enum FACES { MONOR, MONOB, MONOI, MONOZ, PROPR, PROPB, PROPI, PROPZ };
+enum FACES { MONOR, MONOB, MONOI, MONOZ, PROPR, PROPB, PROPI, PROPZ, CUSTOM };
enum TYPES { MONOF, PROPF };
enum STYLES { FONTR, FONTB, FONTI, FONTZ };