From 6c33c51a4ca9907d23e3154d956fd6781122f492 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 19 Sep 2004 21:58:37 +0000 Subject: Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5091 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/lcd-playersim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator/common') diff --git a/uisimulator/common/lcd-playersim.c b/uisimulator/common/lcd-playersim.c index 3f3453b9a1..5c8ca92f32 100644 --- a/uisimulator/common/lcd-playersim.c +++ b/uisimulator/common/lcd-playersim.c @@ -102,7 +102,7 @@ void lcd_print_char(int x, int y) static char bitmap_content[11*8][2*8]; if (double_height == 2 && y == 1) - return; /* Second row can't be printed in double height. ??*/ + return; /* only one row available if text is double height */ for (col=0; col<5; col++) { unsigned char fontbitmap=(*font_player)[ch][col]; -- cgit v1.2.3