summaryrefslogtreecommitdiff
path: root/apps/recorder/wormlet.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-12 13:33:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-12 13:33:59 +0000
commit93b231c69366563ba441dc4907bfb036fe3b4c55 (patch)
tree0783ad028211f59e63925a354e4260a7209ffa24 /apps/recorder/wormlet.c
parent5ed78ea80cdaa0ede4df89568f0781fa477a5738 (diff)
downloadrockbox-93b231c69366563ba441dc4907bfb036fe3b4c55.tar.gz
rockbox-93b231c69366563ba441dc4907bfb036fe3b4c55.zip
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
propfont and loadable font code. New font file format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2269 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/wormlet.c')
-rw-r--r--apps/recorder/wormlet.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c
index ba96f6b9de..84ee55062c 100644
--- a/apps/recorder/wormlet.c
+++ b/apps/recorder/wormlet.c
@@ -67,11 +67,7 @@
67/* size of the field the worm lives in */ 67/* size of the field the worm lives in */
68#define FIELD_RECT_X 1 68#define FIELD_RECT_X 1
69#define FIELD_RECT_Y 1 69#define FIELD_RECT_Y 1
70#ifdef LCD_PROPFONTS
71#define FIELD_RECT_WIDTH (LCD_WIDTH - 39) 70#define FIELD_RECT_WIDTH (LCD_WIDTH - 39)
72#else
73#define FIELD_RECT_WIDTH (LCD_WIDTH - 46)
74#endif
75#define FIELD_RECT_HEIGHT (LCD_HEIGHT - 2) 71#define FIELD_RECT_HEIGHT (LCD_HEIGHT - 2)
76 72
77/* size of the ring of the worm 73/* size of the ring of the worm