summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index f43e0ae08b..9f17fa6480 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -540,7 +540,8 @@ struct plugin_api {
540 int height); 540 int height);
541#endif 541#endif
542#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \ 542#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \
543 || CONFIG_LCD == LCD_H300) && !defined(SIMULATOR) 543 || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO) && \
544 !defined(SIMULATOR)
544 void (*lcd_yuv_blit)(unsigned char * const src[3], 545 void (*lcd_yuv_blit)(unsigned char * const src[3],
545 int src_x, int src_y, int stride, 546 int src_x, int src_y, int stride,
546 int x, int y, int width, int height); 547 int x, int y, int width, int height);