comparison src/ui/bmi/mmiDialogs.c @ 206:dc9ce599f7e7

wake up display to full brightness on all info dialogs
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Apr 2021 01:38:29 +0000
parents 81f5c4ca1fb3
children
comparison
equal deleted inserted replaced
205:81f5c4ca1fb3 206:dc9ce599f7e7
130 #include "mfw_sms.h" 130 #include "mfw_sms.h"
131 #include "mfw_icn.h" 131 #include "mfw_icn.h"
132 #include "mfw_mnu.h" 132 #include "mfw_mnu.h"
133 #include "mfw_lng.h" 133 #include "mfw_lng.h"
134 #include "mfw_sat.h" 134 #include "mfw_sat.h"
135 #include "mfw_kbd.h" 135 #include "mfw_mme.h"
136 #include "mfw_nm.h" 136 #include "mfw_nm.h"
137 137
138 #include "dspl.h" 138 #include "dspl.h"
139 139
140 #include "ksd.h" 140 #include "ksd.h"
572 572
573 if (display_info->Time NEQ FOREVER) 573 if (display_info->Time NEQ FOREVER)
574 tim_start (data->info_tim); 574 tim_start (data->info_tim);
575 win_show (win); 575 win_show (win);
576 576
577 mme_backlightOnEvent();
577 break; 578 break;
578 579
579 case DIALOG_DESTROY: 580 case DIALOG_DESTROY:
580 dialog_info_destroy(win); 581 dialog_info_destroy(win);
581 break; 582 break;