diff options
| author | Joel Bodenmann <joel@unormal.org> | 2013-07-02 19:26:48 +0200 | 
|---|---|---|
| committer | Joel Bodenmann <joel@unormal.org> | 2013-07-02 19:26:48 +0200 | 
| commit | 3f80e1f89dbeec06dd97a914d6851ad4596b1743 (patch) | |
| tree | be9087bf08cb186f521aa5a68a7f32a484f1f7e0 /src/gwin/gwin.c | |
| parent | ad57ab7967d0e0ee3cfce8746b0c4969cfe970fd (diff) | |
| download | uGFX-3f80e1f89dbeec06dd97a914d6851ad4596b1743.tar.gz uGFX-3f80e1f89dbeec06dd97a914d6851ad4596b1743.tar.bz2 uGFX-3f80e1f89dbeec06dd97a914d6851ad4596b1743.zip | |
label work in progress - not working anymore
Diffstat (limited to 'src/gwin/gwin.c')
| -rw-r--r-- | src/gwin/gwin.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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  /*----------------------------------------------- | 
