summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 10ae180df7..61a3219893 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -161,6 +161,10 @@ struct plugin_api {
161 int stride, int x, int y, int width, int height); 161 int stride, int x, int y, int width, int height);
162 void (*lcd_bitmap)(const fb_data *src, int x, int y, int width, 162 void (*lcd_bitmap)(const fb_data *src, int x, int y, int width,
163 int height); 163 int height);
164 void (*lcd_bitmap_transparent_part)(const fb_data *src, int src_x, int src_y,
165 int stride, int x, int y, int width, int height);
166 void (*lcd_bitmap_transparent)(const fb_data *src, int x, int y,
167 int width, int height);
164#endif 168#endif
165 void (*lcd_putsxy)(int x, int y, const unsigned char *string); 169 void (*lcd_putsxy)(int x, int y, const unsigned char *string);
166 void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style); 170 void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style);