From 227253cfe4ab16c9758473194271ed48bf2e28b1 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 9 Oct 2002 23:13:25 +0000 Subject: 'Reset settings' now also resets wps, font and language (although you have to reboot to get back to the old language). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2552 a1c6a512-1295-4272-9138-f99709370657 --- firmware/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/font.h') diff --git a/firmware/font.h b/firmware/font.h index 44b975bb78..8e0bb9ce90 100644 --- a/firmware/font.h +++ b/firmware/font.h @@ -102,6 +102,7 @@ struct font { void font_init(void); struct font* font_load(char *path); struct font* font_get(int font); +void font_reset(void); #else /* HAVE_LCD_BITMAP */ -- cgit v1.2.3