summaryrefslogtreecommitdiff
path: root/frontends/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-08 21:49:59 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-08 21:49:59 +0100
commitc1c8ed794de6c0f2a4da18ceb6a62c9f8841aeac (patch)
tree0f28ceb98c045e54979af61b8683e99e39e61ef1 /frontends/atari
parentbb056e55b1374a72ed7784a461d027fbd6360b40 (diff)
downloadnetsurf-c1c8ed794de6c0f2a4da18ceb6a62c9f8841aeac.tar.gz
netsurf-c1c8ed794de6c0f2a4da18ceb6a62c9f8841aeac.tar.bz2
Revert "Hopefully quash INFO confusion on Atari MINT platform"
This reverts commit 9c93ed1bca859e5b5cb3c018be327fb91213c558.
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 42f740093..6576eac77 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 */ 0x0010 );
+ flags |= ( INFO );
}
gw->root = malloc(sizeof(struct s_gui_win_root));