From 9c93ed1bca859e5b5cb3c018be327fb91213c558 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 8 Sep 2017 19:56:23 +0100 Subject: Hopefully quash INFO confusion on Atari MINT platform --- frontends/atari/rootwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/atari/rootwin.c') 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)); -- cgit v1.2.3