Amiga: OS3 doesn't know FOREGROUNDPEN, so use TEXTPEN instead

This commit is contained in:
Chris Young 2019-08-10 14:49:25 +01:00
parent bf9ccc57c8
commit 765c9c6654
1 changed files with 1 additions and 1 deletions

View File

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