From 2ab2d77fcba42467b62f2be732cb8dc00510fe19 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 10:54:19 +1000 Subject: Change coord_t to gCoord --- src/gwin/gwin_console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gwin/gwin_console.h') diff --git a/src/gwin/gwin_console.h b/src/gwin/gwin_console.h index 208ab16b..922a20a9 100644 --- a/src/gwin/gwin_console.h +++ b/src/gwin/gwin_console.h @@ -31,7 +31,7 @@ // A console window. Supports wrapped text writing and a cursor. typedef struct GConsoleObject { GWindowObject g; - coord_t cx, cy; // Cursor position + gCoord cx, cy; // Cursor position #if GWIN_CONSOLE_ESCSEQ uint8_t startattr; // ANSI-like escape sequences -- cgit v1.2.3