From 8fcf009668c6975fbe8e7eac2e676f9aa1f87421 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 17 Feb 2019 14:32:42 -0800 Subject: GLK: FROTZ: More properly fix transparency handling of header --- engines/glk/windows.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/glk/windows.h') 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 -- cgit v1.2.3