comparison src/ui/bmi/mmiMenu.h @ 92:c0052fe355d3

src/ui/bmi/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 06:39:16 +0000
parents 67bfe9f274f6
children 320fdf90f1c4
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
3 3
4 /******************************************************************************* 4 /*******************************************************************************
5 5
6 CONDAT (UK) 6 CONDAT (UK)
7 7
8 ******************************************************************************** 8 ********************************************************************************
9 9
10 This software product is the property of Condat (UK) Ltd and may not be 10 This software product is the property of Condat (UK) Ltd and may not be
11 disclosed to any third party without the express permission of the owner. 11 disclosed to any third party without the express permission of the owner.
12 12
13 ******************************************************************************** 13 ********************************************************************************
14 14
15 $Project name: Basic MMI 15 $Project name: Basic MMI
16 $Project code: BMI (6349) 16 $Project code: BMI (6349)
17 $Module: Menus 17 $Module: Menus
18 $File: MmiMenu.h 18 $File: MmiMenu.h
19 $Revision: 1.0 19 $Revision: 1.0
20 20
21 $Author: Condat(UK) 21 $Author: Condat(UK)
22 $Date: 25/10/00 22 $Date: 25/10/00
23 23
24 ******************************************************************************** 24 ********************************************************************************
25 25
26 Description: 26 Description:
27 27
28 This provides the implementation of the main menu handling for the basic 28 This provides the implementation of the main menu handling for the basic
29 MMI 29 MMI
30 30
31 ******************************************************************************** 31 ********************************************************************************
32 $History: MmiMenu.h 32 $History: MmiMenu.h
33 33
34 25/10/00 Original Condat(UK) BMI version. 34 25/10/00 Original Condat(UK) BMI version.
35 35
36 $End 36 $End
37 37
38 *******************************************************************************/ 38 *******************************************************************************/
39 39
40 40
41 /******************************************************************************* 41 /*******************************************************************************
42 42
43 Public Definitions 43 Public Definitions
44 44
45 *******************************************************************************/ 45 *******************************************************************************/
46 46
47 #define ALLOC_MEMORY mfwAlloc 47 #define ALLOC_MEMORY mfwAlloc
48 #define FREE_MEMORY mfwFree 48 #define FREE_MEMORY mfwFree
49 49
70 // HotKeyAccess 70 // HotKeyAccess
71 //}; 71 //};
72 72
73 73
74 /******************************************************************************* 74 /*******************************************************************************
75 75
76 Public Prototypes 76 Public Prototypes
77 77
78 *******************************************************************************/ 78 *******************************************************************************/
79 79
80 /* Standard menu initialise, exit and handler routines 80 /* Standard menu initialise, exit and handler routines
81 */ 81 */
82 void menuInit( MfwHnd parent ); 82 void menuInit( MfwHnd parent );
138 */ 138 */
139 void menuAccessFrom( U8 source ); 139 void menuAccessFrom( U8 source );
140 140
141 141
142 /******************************************************************************* 142 /*******************************************************************************
143 143
144 Developmental 144 Developmental
145 145
146 *******************************************************************************/ 146 *******************************************************************************/
147 147
148 /* Following definitions are provided for development use only 148 /* Following definitions are provided for development use only
149 */ 149 */
150 #ifdef MMI_UNDER_DEVELOPMENT 150 #ifdef MMI_UNDER_DEVELOPMENT
155 #endif 155 #endif
156 156
157 157
158 158
159 /******************************************************************************* 159 /*******************************************************************************
160 160
161 End of File 161 End of File
162 162
163 *******************************************************************************/ 163 *******************************************************************************/
164 164
165 #endif 165 #endif
166 166