summaryrefslogtreecommitdiff
path: root/frontends/atari
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-09-08 19:56:23 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-09-08 19:56:23 +0100
commit9c93ed1bca859e5b5cb3c018be327fb91213c558 (patch)
tree1e70466db1cd4d902f73451d85922acb5fbe6100 /frontends/atari
parenta1dc9ab55f155467dbf6b48e305658661fa09c98 (diff)
downloadnetsurf-9c93ed1bca859e5b5cb3c018be327fb91213c558.tar.gz
netsurf-9c93ed1bca859e5b5cb3c018be327fb91213c558.tar.bz2
Hopefully quash INFO confusion on Atari MINT platform
Diffstat (limited to 'frontends/atari')
-rw-r--r--frontends/atari/rootwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/atari/rootwin.c b/frontends/atari/rootwin.c
index 6576eac77..42f740093 100644
--- a/frontends/atari/rootwin.c
+++ b/frontends/atari/rootwin.c
@@ -244,7 +244,7 @@ int window_create(struct gui_window * gw,
flags |= ( SIZER );
}
if( inflags & WIDGET_STATUSBAR ) {
- flags |= ( INFO );
+ flags |= ( /* INFO */ 0x0010 );
}
gw->root = malloc(sizeof(struct s_gui_win_root));