summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-30 07:41:05 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commite1c7b3b8f72becc9079c04253a2985f577850a48 (patch)
tree84358cf14d067ab5089813d3778a96bfbaa66670 /apps/screen_access.h
parentdeb6ac3693a6fb5c47abd0c32f966f5e38b6a68a (diff)
downloadrockbox-e1c7b3b8f72becc9079c04253a2985f577850a48.tar.gz
rockbox-e1c7b3b8f72becc9079c04253a2985f577850a48.zip
lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.
These where used for line styling during scrolling, which is now done in apps/, The viewport struct doesn't need to record these anymore. Change-Id: I810d9dcb2644b00a798c6e75acab69c74a78e77f
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index c5684fc0c7..7efc38b174 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -102,11 +102,6 @@ struct screen
102 void (*set_background)(unsigned background); 102 void (*set_background)(unsigned background);
103 void (*set_foreground)(unsigned foreground); 103 void (*set_foreground)(unsigned foreground);
104#endif /* (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) */ 104#endif /* (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) */
105#if defined(HAVE_LCD_COLOR)
106 void (*set_selector_start)(unsigned selector);
107 void (*set_selector_end)(unsigned selector);
108 void (*set_selector_text)(unsigned selector_text);
109#endif
110 void (*update_rect)(int x, int y, int width, int height); 105 void (*update_rect)(int x, int y, int width, int height);
111 void (*update_viewport_rect)(int x, int y, int width, int height); 106 void (*update_viewport_rect)(int x, int y, int width, int height);
112 void (*fillrect)(int x, int y, int width, int height); 107 void (*fillrect)(int x, int y, int width, int height);