summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 2fcd52198c..e9a6cfdaed 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -579,7 +579,9 @@ struct plugin_api {
579#endif /* HAVE_RECORDING */ 579#endif /* HAVE_RECORDING */
580#endif /* CONFIG_CODEC == SWCODEC */ 580#endif /* CONFIG_CODEC == SWCODEC */
581 581
582#if LCD_DEPTH > 1
582 void (*lcd_set_backdrop)(fb_data* backdrop); 583 void (*lcd_set_backdrop)(fb_data* backdrop);
584#endif
583}; 585};
584 586
585/* plugin header */ 587/* plugin header */