summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 984555fdf2..686dd48674 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -242,17 +242,6 @@ struct plugin_api {
242 int x, int y, int width, int height); 242 int x, int y, int width, int height);
243 void (*lcd_bitmap_transparent)(const fb_data *src, int x, int y, 243 void (*lcd_bitmap_transparent)(const fb_data *src, int x, int y,
244 int width, int height); 244 int width, int height);
245#if MEMORYSIZE > 2
246 void (*lcd_blit_yuv)(unsigned char * const src[3],
247 int src_x, int src_y, int stride,
248 int x, int y, int width, int height);
249#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
250 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \
251 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \
252 || defined(TOSHIBA_GIGABEAT_S) || defined(PHILIPS_SA9200)
253 void (*lcd_yuv_set_options)(unsigned options);
254#endif
255#endif /* MEMORYSIZE > 2 */
256#elif (LCD_DEPTH < 4) && (CONFIG_PLATFORM & PLATFORM_NATIVE) 245#elif (LCD_DEPTH < 4) && (CONFIG_PLATFORM & PLATFORM_NATIVE)
257 void (*lcd_blit_mono)(const unsigned char *data, int x, int by, int width, 246 void (*lcd_blit_mono)(const unsigned char *data, int x, int by, int width,
258 int bheight, int stride); 247 int bheight, int stride);