diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index bfb02b9..2fcd521 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -578,6 +578,8 @@ struct plugin_api { #endif #endif /* HAVE_RECORDING */ #endif /* CONFIG_CODEC == SWCODEC */ + + void (*lcd_set_backdrop)(fb_data* backdrop); }; /* plugin header */ |