From b9a5198ba7908a8910bc3cd4a6877b89899c60c8 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 20 Jul 2004 11:42:27 +0000 Subject: Player LCD simulation no longer writes outside the frame buffer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4899 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/lcd-playersim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator/common/lcd-playersim.c') diff --git a/uisimulator/common/lcd-playersim.c b/uisimulator/common/lcd-playersim.c index 70a9dd9f40..ed633b849f 100644 --- a/uisimulator/common/lcd-playersim.c +++ b/uisimulator/common/lcd-playersim.c @@ -37,7 +37,7 @@ #define CHAR_HEIGHT 8 #define ICON_HEIGHT 24 #define CHAR_PIXEL 4 -#define BORDER_MARGIN 5 +#define BORDER_MARGIN 2 static int double_height=1; extern bool lcd_display_redraw; -- cgit v1.2.3