aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/widgets/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/widgets/main.c')
-rw-r--r--demos/modules/gwin/widgets/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/main.c b/demos/modules/gwin/widgets/main.c
index fd0bee1a..4b8e1146 100644
--- a/demos/modules/gwin/widgets/main.c
+++ b/demos/modules/gwin/widgets/main.c
@@ -77,7 +77,7 @@ static const GWidgetStyle YellowWidgetStyle = {
};
/* The variables we need */
-static font_t font;
+static gFont font;
static GListener gl;
static GHandle ghConsole;
static GTimer FlashTimer;