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 d5bcd7e095..26c9977bf2 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -66,6 +66,7 @@ struct screen
66#ifdef HAVE_BUTTONBAR 66#ifdef HAVE_BUTTONBAR
67 bool has_buttonbar; 67 bool has_buttonbar;
68#endif 68#endif
69 void (*set_drawmode)(int mode);
69 void (*set_viewport)(struct viewport* vp); 70 void (*set_viewport)(struct viewport* vp);
70 int (*getwidth)(void); 71 int (*getwidth)(void);
71 int (*getheight)(void); 72 int (*getheight)(void);
@@ -101,7 +102,6 @@ struct screen
101 void (*bmp)(const struct bitmap *bm, int x, int y); 102 void (*bmp)(const struct bitmap *bm, int x, int y);
102 void (*bmp_part)(const struct bitmap* bm, int src_x, int src_y, 103 void (*bmp_part)(const struct bitmap* bm, int src_x, int src_y,
103 int x, int y, int width, int height); 104 int x, int y, int width, int height);
104 void (*set_drawmode)(int mode);
105#if defined(HAVE_LCD_COLOR) && defined(LCD_REMOTE_DEPTH) && LCD_REMOTE_DEPTH > 1 105#if defined(HAVE_LCD_COLOR) && defined(LCD_REMOTE_DEPTH) && LCD_REMOTE_DEPTH > 1
106 unsigned (*color_to_native)(unsigned color); 106 unsigned (*color_to_native)(unsigned color);
107#endif 107#endif