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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/screen.h b/engines/glk/screen.h
index d4f3874d71..85c99ea75d 100644
--- a/engines/glk/screen.h
+++ b/engines/glk/screen.h
@@ -33,6 +33,7 @@
namespace Glk {
#define FONTS_TOTAL 8
+#define TRANSPARENT_RGB 0x7f
enum CaretShape {
SMALL_DOT = 0, FAT_DOT = 1, THIN_LINE = 2, FAT_LINE = 3, BLOCK = 4