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 bfb02b9e67..2fcd52198c 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -578,6 +578,8 @@ struct plugin_api {
578#endif 578#endif
579#endif /* HAVE_RECORDING */ 579#endif /* HAVE_RECORDING */
580#endif /* CONFIG_CODEC == SWCODEC */ 580#endif /* CONFIG_CODEC == SWCODEC */
581
582 void (*lcd_set_backdrop)(fb_data* backdrop);
581}; 583};
582 584
583/* plugin header */ 585/* plugin header */