aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/windows.h')
-rw-r--r--engines/glk/windows.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/glk/windows.h b/engines/glk/windows.h
index bdd9674e43..9cab07acf9 100644
--- a/engines/glk/windows.h
+++ b/engines/glk/windows.h
@@ -316,11 +316,11 @@ struct WindowStyle {
* Window attributes
*/
struct Attributes {
- unsigned fgset : 1;
- unsigned bgset : 1;
- unsigned reverse : 1;
- unsigned : 1;
- unsigned style : 4;
+ bool fgset : 1;
+ bool bgset : 1;
+ bool reverse : 1;
+ unsigned : 1;
+ unsigned style : 4;
uint fgcolor;
uint bgcolor;
uint hyper;