aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/windows.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-10-20 21:04:41 -0700
committerPaul Gilbert2018-12-08 19:05:59 -0800
commitef15871fec18060420eddc92a9830f595b8cc970 (patch)
treee302a20b25f9f27056ee470ee9da87516d259f64 /engines/gargoyle/windows.h
parentcf5259d3bc279fd73b4ae8bad2d7b04b8ff7265e (diff)
downloadscummvm-rg350-ef15871fec18060420eddc92a9830f595b8cc970.tar.gz
scummvm-rg350-ef15871fec18060420eddc92a9830f595b8cc970.tar.bz2
scummvm-rg350-ef15871fec18060420eddc92a9830f595b8cc970.zip
GLK: Setting up of configuration loading
Diffstat (limited to 'engines/gargoyle/windows.h')
-rw-r--r--engines/gargoyle/windows.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gargoyle/windows.h b/engines/gargoyle/windows.h
index 95f1ed48e1..0eb508894a 100644
--- a/engines/gargoyle/windows.h
+++ b/engines/gargoyle/windows.h
@@ -28,6 +28,7 @@
#include "common/rect.h"
#include "graphics/screen.h"
#include "gargoyle/glk_types.h"
+#include "gargoyle/fonts.h"
#include "gargoyle/picture.h"
#include "gargoyle/streams.h"
@@ -125,7 +126,7 @@ public:
* Window styles
*/
struct WindowStyle {
- int font;
+ FACES font;
byte bg[3];
byte fg[3];
int reverse;