From c1c8ed794de6c0f2a4da18ceb6a62c9f8841aeac Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 8 Sep 2017 21:49:59 +0100 Subject: Revert "Hopefully quash INFO confusion on Atari MINT platform" This reverts commit 9c93ed1bca859e5b5cb3c018be327fb91213c558. --- frontends/atari/rootwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends') 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)); -- cgit v1.2.3