aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/keyboard/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/keyboard/main.c')
-rw-r--r--demos/modules/gwin/keyboard/main.c2
1 files changed, 1 insertions, 1 deletions
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;