From 58221fc38d6cc64d14ed6ac60642562baccb29c6 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Mon, 5 Oct 2009 20:22:02 +0000 Subject: Implement RTL as a viewport's bit-field git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22968 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/lcd.h') diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index a8253db656..ddfba2a8ac 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -26,12 +26,15 @@ #include "cpu.h" #include "config.h" +#define VP_IS_RTL 0x01 + struct viewport { int x; int y; int width; int height; #ifdef HAVE_LCD_BITMAP + int flags; int font; int drawmode; #endif -- cgit v1.2.3