From cbf1d4dfa095bc1fae927228ad108b6086738f01 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 13:05:27 +1000 Subject: Added type gFont to replace V2.x font_t --- demos/modules/gwin/keyboard/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/modules/gwin/keyboard/main.c') diff --git a/demos/modules/gwin/keyboard/main.c b/demos/modules/gwin/keyboard/main.c index b43e72d1..cf31118f 100644 --- a/demos/modules/gwin/keyboard/main.c +++ b/demos/modules/gwin/keyboard/main.c @@ -28,7 +28,7 @@ #include "gfx.h" /* The variables we need */ -static font_t font; +static gFont font; static GListener gl; static GHandle ghConsole; static GHandle ghKeyboard; -- cgit v1.2.3