summaryrefslogtreecommitdiff
path: root/firmware/font.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-09 23:13:25 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-09 23:13:25 +0000
commit227253cfe4ab16c9758473194271ed48bf2e28b1 (patch)
tree8ebd8cbaa4cc11e08888277148633c480f9329ab /firmware/font.h
parentd4b884e7e0568d33e4f1bfad51886f6a87373d53 (diff)
downloadrockbox-227253cfe4ab16c9758473194271ed48bf2e28b1.tar.gz
rockbox-227253cfe4ab16c9758473194271ed48bf2e28b1.zip
'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
Diffstat (limited to 'firmware/font.h')
-rw-r--r--firmware/font.h1
1 files changed, 1 insertions, 0 deletions
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 {
102void font_init(void); 102void font_init(void);
103struct font* font_load(char *path); 103struct font* font_load(char *path);
104struct font* font_get(int font); 104struct font* font_get(int font);
105void font_reset(void);
105 106
106#else /* HAVE_LCD_BITMAP */ 107#else /* HAVE_LCD_BITMAP */
107 108