Hopefully quash INFO confusion on Atari MINT platform

This commit is contained in:
Daniel Silverstone 2017-09-08 19:56:23 +01:00
parent a1dc9ab55f
commit 9c93ed1bca
2 changed files with 5 additions and 1 deletions

View File

@ -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));

View File

@ -25,6 +25,10 @@
#include "utils/errors.h"
#if defined(__MINT__)
#undef INFO
#endif
extern bool verbose_log;
/**