summaryrefslogtreecommitdiff
path: root/frontends/atari/rootwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/atari/rootwin.c')
-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));