comparison src/ui/bmi/mmiCall.c @ 202:6f699aa78431

mmiCall.c: basic setting of mme_backlight_incall
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Apr 2021 00:58:11 +0000
parents 360034896a82
children
comparison
equal deleted inserted replaced
201:360034896a82 202:6f699aa78431
3655 data->editCall = edtCreate(data->win,&data->edtAttrCall,0,0); 3655 data->editCall = edtCreate(data->win,&data->edtAttrCall,0,0);
3656 #endif /* NEW_EDITOR */ 3656 #endif /* NEW_EDITOR */
3657 SEND_EVENT(data->win,CALL_INIT,0,0); 3657 SEND_EVENT(data->win,CALL_INIT,0,0);
3658 winShow(data->win); 3658 winShow(data->win);
3659 3659
3660 mme_backlight_incall = 1;
3661 mme_backlightOnEvent();
3662
3660 /* 3663 /*
3661 * return window handle 3664 * return window handle
3662 */ 3665 */
3663 return data->win; 3666 return data->win;
3664 } 3667 }
3769 3772
3770 win_delete (data->win); 3773 win_delete (data->win);
3771 data->win=0; 3774 data->win=0;
3772 3775
3773 } 3776 }
3777
3778 mme_backlight_incall = 0;
3779 mme_backlightOnEvent();
3774 3780
3775 idleEvent(IdleUpdate);/* NDH SPR 1584, update idle screen*/ 3781 idleEvent(IdleUpdate);/* NDH SPR 1584, update idle screen*/
3776 3782
3777 } 3783 }
3778 } 3784 }