summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 950551592e..d800c31489 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -58,7 +58,7 @@ typedef void screen_bitmap_func(const void *src, int x, int y, int width,
58struct screen 58struct screen
59{ 59{
60 enum screen_type screen_type; 60 enum screen_type screen_type;
61 int width, height; 61 int lcdwidth, lcdheight;
62 int depth; 62 int depth;
63 int nb_lines; 63 int nb_lines;
64#ifdef HAVE_LCD_BITMAP 64#ifdef HAVE_LCD_BITMAP