comparison src/ui/bmi/mmiSmsIdle.h @ 124:073242ccbb63

mmiSms*.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 06:08:42 +0000
parents c0052fe355d3
children
comparison
equal deleted inserted replaced
123:2d8124accc74 124:073242ccbb63
1 #ifndef _DEF_MMI_SMSIDLE_H_ 1 #ifndef _DEF_MMI_SMSIDLE_H_
2 #define _DEF_MMI_SMSIDLE_H_ 2 #define _DEF_MMI_SMSIDLE_H_
3 /******************************************************************************* 3 /*******************************************************************************
4 4
5 CONDAT (UK) 5 CONDAT (UK)
6 6
7 ******************************************************************************** 7 ********************************************************************************
8 8
9 This software product is the property of Condat (UK) Ltd and may not be 9 This software product is the property of Condat (UK) Ltd and may not be
10 disclosed to any third party without the express permission of the owner. 10 disclosed to any third party without the express permission of the owner.
11 11
12 ******************************************************************************** 12 ********************************************************************************
13 13
14 $Project name: Basic MMI 14 $Project name: Basic MMI
15 $Project code: BMI (6349) 15 $Project code: BMI (6349)
16 $Module: SMS 16 $Module: SMS
17 $File: mmiSmsIdle.h 17 $File: mmiSmsIdle.h
18 $Revision: 1.0 18 $Revision: 1.0
19 19
20 $Author: Condat(UK) 20 $Author: Condat(UK)
21 $Date: 25/10/00 21 $Date: 25/10/00
22 22
23 ******************************************************************************** 23 ********************************************************************************
24 24
25 Description: Header file for the SMS idle. 25 Description: Header file for the SMS idle.
26 26
27 ******************************************************************************** 27 ********************************************************************************
28 $History: mmiSmsIdle.h 28 $History: mmiSmsIdle.h
29 29
30 25/10/00 Original Condat(UK) BMI version. 30 25/10/00 Original Condat(UK) BMI version.
31 31
32 $End 32 $End
33 33
34 *******************************************************************************/ 34 *******************************************************************************/
35 35
45 #define SMS_PROMPTY 45 45 #define SMS_PROMPTY 45
46 #define PROMPTX 7 46 #define PROMPTX 7
47 #define PROMPTY 17 47 #define PROMPTY 17
48 48
49 /*NM p029*/ 49 /*NM p029*/
50 #define TEXT_COMPRESSED 0x20 50 #define TEXT_COMPRESSED 0x20
51 /* Marcus: Issue 1650: 28/01/2003: Start */ 51 /* Marcus: Issue 1650: 28/01/2003: Start */
52 #define TEXT_CLASS_GIVEN 0x10 52 #define TEXT_CLASS_GIVEN 0x10
53 #define TEXT_CLASS_MASK 0x03 53 #define TEXT_CLASS_MASK 0x03
54 #define TEXT_CLASS_0 0x00 54 #define TEXT_CLASS_0 0x00
55 /* Marcus: Issue 1650: 28/01/2003: Start */ 55 /* Marcus: Issue 1650: 28/01/2003: Start */
59 { 59 {
60 E_INIT = 0x0801, 60 E_INIT = 0x0801,
61 E_BACK, 61 E_BACK,
62 E_ABORT, 62 E_ABORT,
63 E_EXIT, 63 E_EXIT,
64 E_RETURN, 64 E_RETURN,
65 E_OK 65 E_OK
66 } e_M_events; 66 } e_M_events;
67 67
68 68
69 T_MFW_HND smsidle_start(T_MFW_HND parent_window, void *param); 69 T_MFW_HND smsidle_start(T_MFW_HND parent_window, void *param);
70 void smsidle_destroy (void); 70 void smsidle_destroy (void);