mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 08:19:55 +03:00
Hopefully quash INFO confusion on Atari MINT platform
This commit is contained in:
parent
a1dc9ab55f
commit
9c93ed1bca
@ -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));
|
||||
|
@ -25,6 +25,10 @@
|
||||
|
||||
#include "utils/errors.h"
|
||||
|
||||
#if defined(__MINT__)
|
||||
#undef INFO
|
||||
#endif
|
||||
|
||||
extern bool verbose_log;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user