From 93c6c79e8d2ee39056afe7f8145b051d4a0e8d38 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 29 Oct 2011 15:16:02 +0000 Subject: Better fix for FS#12337. Use 0 to make the line height calculated from the font height, as before r30773. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30850 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/lcd.h') diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index e68795391f..f4336233ab 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -43,7 +43,7 @@ struct viewport { #ifdef HAVE_LCD_BITMAP int flags; int font; - int line_height; + int line_height; /* 0 for using font height */ int drawmode; #endif #if LCD_DEPTH > 1 -- cgit v1.2.3