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, 2 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 210ad2e990..d5bcd7e095 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -169,6 +169,8 @@ struct screen
169#if defined(HAVE_LCD_COLOR) 169#if defined(HAVE_LCD_COLOR)
170 void (*gradient_fillrect)(int x, int y, int width, int height, 170 void (*gradient_fillrect)(int x, int y, int width, int height,
171 unsigned start, unsigned end); 171 unsigned start, unsigned end);
172 void (*gradient_fillrect_part)(int x, int y, int width, int height,
173 unsigned start, unsigned end, int src_height, int row_skip);
172#endif 174#endif
173#endif 175#endif
174#if defined(HAVE_LCD_BITMAP) 176#if defined(HAVE_LCD_BITMAP)