mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-20 03:02:36 +03:00
Amiga: OS3 doesn't know FOREGROUNDPEN, so use TEXTPEN instead
This commit is contained in:
parent
bf9ccc57c8
commit
765c9c6654
@ -2348,7 +2348,7 @@ gui_window_console_log(struct gui_window *g,
|
||||
const char *level_text;
|
||||
struct Node *node;
|
||||
ULONG style = 0;
|
||||
ULONG fgpen = FOREGROUNDPEN;
|
||||
ULONG fgpen = TEXTPEN;
|
||||
ULONG lbflags = LBFLG_READONLY;
|
||||
char timestamp[256];
|
||||
time_t now = time(NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user