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 +- utils/log.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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)); diff --git a/utils/log.h b/utils/log.h index 1f15e1371..7b5bcc3e8 100644 --- a/utils/log.h +++ b/utils/log.h @@ -25,6 +25,10 @@ #include "utils/errors.h" +#if defined(__MINT__) +#undef INFO +#endif + extern bool verbose_log; /** -- cgit v1.2.3