summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index d72e439bec..ae32aca2c5 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -138,8 +138,8 @@ static const struct plugin_api rockbox_api = {
138#ifdef HAVE_LCD_INVERT 138#ifdef HAVE_LCD_INVERT
139 lcd_set_invert_display, 139 lcd_set_invert_display,
140#endif /* HAVE_LCD_INVERT */ 140#endif /* HAVE_LCD_INVERT */
141#if defined(HAVE_LCD_ENABLE) && defined(HAVE_LCD_COLOR) 141#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
142 lcd_set_enable_hook, 142 lcd_activation_set_hook,
143 &button_queue, 143 &button_queue,
144#endif 144#endif
145 bidi_l2v, 145 bidi_l2v,