aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/windows.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-02-17 14:32:42 -0800
committerPaul Gilbert2019-02-17 14:32:56 -0800
commit8fcf009668c6975fbe8e7eac2e676f9aa1f87421 (patch)
tree97165cefa4670e643ef42ce33bf873a78cb819a8 /engines/glk/windows.h
parent046f65a2c4cb38848fdbde6e89a2c2b3f7d4666c (diff)
downloadscummvm-rg350-8fcf009668c6975fbe8e7eac2e676f9aa1f87421.tar.gz
scummvm-rg350-8fcf009668c6975fbe8e7eac2e676f9aa1f87421.tar.bz2
scummvm-rg350-8fcf009668c6975fbe8e7eac2e676f9aa1f87421.zip
GLK: FROTZ: More properly fix transparency handling of header
Diffstat (limited to 'engines/glk/windows.h')
-rw-r--r--engines/glk/windows.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/glk/windows.h b/engines/glk/windows.h
index acb727e39e..bdd9674e43 100644
--- a/engines/glk/windows.h
+++ b/engines/glk/windows.h
@@ -321,9 +321,9 @@ struct Attributes {
unsigned reverse : 1;
unsigned : 1;
unsigned style : 4;
- unsigned fgcolor : 24;
- unsigned bgcolor : 24;
- unsigned hyper : 32;
+ uint fgcolor;
+ uint bgcolor;
+ uint hyper;
/**
* Constructor