From b92f8f08567f328a9781f0cf467469ca61d9c5ff Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 27 Jan 2019 20:19:37 -0800 Subject: GLK: FROTZ: Make window transparent for V6 games to not obscure upper area --- engines/glk/screen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/glk/screen.h') 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 -- cgit v1.2.3