From 3f80e1f89dbeec06dd97a914d6851ad4596b1743 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 2 Jul 2013 19:26:48 +0200 Subject: label work in progress - not working anymore --- src/gwin/gwin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gwin/gwin.c') diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index 75f1b2d3..f080ac64 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -143,6 +143,10 @@ void gwinSetDefaultBgColor(color_t bgclr) { void gwinSetDefaultFont(font_t font) { defaultFont = font; } + + font_t gwinGetDefaultFont(void) { + return defaultFont; + } #endif /*----------------------------------------------- -- cgit v1.2.3