From 9be5bc4cf0d185f4515174b9ebbb105f73f7c2e3 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 24 Jul 2020 19:20:15 -0400 Subject: plugins: More HAVE_BACKLIGHT cleanup Change-Id: I70cf700f5bc3d4375c025efa62ef40fd2bd70293 --- apps/plugins/xworld/sys.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/xworld/sys.c') diff --git a/apps/plugins/xworld/sys.c b/apps/plugins/xworld/sys.c index 1416a40577..db01dcc974 100644 --- a/apps/plugins/xworld/sys.c +++ b/apps/plugins/xworld/sys.c @@ -121,7 +121,9 @@ void exit_handler(void) #ifdef HAVE_ADJUSTABLE_CPU_FREQ rb->cpu_boost(false); #endif +#ifdef HAVE_BACKLIGHT backlight_use_settings(); +#endif } static bool sys_do_help(void) @@ -425,7 +427,9 @@ void sys_menu(struct System* sys) void sys_init(struct System* sys, const char* title) { (void) title; +#ifdef HAVE_BACKLIGHT backlight_ignore_timeout(); +#endif rb_atexit(exit_handler); save_sys = sys; rb->memset(&sys->input, 0, sizeof(sys->input)); -- cgit v1.2.3