diff options
Diffstat (limited to 'apps/screen_access.h')
| -rw-r--r-- | apps/screen_access.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h index 9505515..d800c31 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, struct screen { enum screen_type screen_type; - int width, height; + int lcdwidth, lcdheight; int depth; int nb_lines; #ifdef HAVE_LCD_BITMAP |