summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index e4b13f5770..cea09a7246 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -223,8 +223,8 @@ struct plugin_api {
223 void (*lcd_set_invert_display)(bool yesno); 223 void (*lcd_set_invert_display)(bool yesno);
224#endif /* HAVE_LCD_INVERT */ 224#endif /* HAVE_LCD_INVERT */
225 225
226#if defined(HAVE_LCD_ENABLE) && defined(HAVE_LCD_COLOR) 226#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
227 void (*lcd_set_enable_hook)(void (*enable_hook)(void)); 227 void (*lcd_activation_set_hook)(void (*enable_hook)(void));
228 struct event_queue *button_queue; 228 struct event_queue *button_queue;
229#endif 229#endif
230 unsigned short *(*bidi_l2v)( const unsigned char *str, int orientation ); 230 unsigned short *(*bidi_l2v)( const unsigned char *str, int orientation );