diff options
Diffstat (limited to 'src/gwin/gwin_console.h')
-rw-r--r-- | src/gwin/gwin_console.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |