comparison src/ui/bmi/mmiLists.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 9c079f8f71a0
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
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: MMI 17 $Module: MMI
18 $File: MmiLists.h 18 $File: MmiLists.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 root mofule for the basic MMI 28 This provides the root mofule for the basic MMI
29 29
30 ******************************************************************************** 30 ********************************************************************************
31 $History: MmiLists.h 31 $History: MmiLists.h
32 32
33 May 18, 2006 REF: DRT OMAPS00076438 xdeepadh 33 May 18, 2006 REF: DRT OMAPS00076438 xdeepadh
34 Description: Scrolling not implemented in Imageviewer 34 Description: Scrolling not implemented in Imageviewer
35 Solution: The support for scrolling has been provided. 35 Solution: The support for scrolling has been provided.
36 36
37 May 03, 2006 REF: DRT OMAPS00076439 xdeepadh 37 May 03, 2006 REF: DRT OMAPS00076439 xdeepadh
38 Description: Image viewer back not working 38 Description: Image viewer back not working
39 Solution: The Preview List will be repopulated, when the list window is 39 Solution: The Preview List will be repopulated, when the list window is
40 resumed. 40 resumed.
41 41
42 Dec 22, 2005 REF: ENH xdeepadh 42 Dec 22, 2005 REF: ENH xdeepadh
43 Description: Image Viewer Application 43 Description: Image Viewer Application
44 Solution: Implemeted the Image Viewer to view the jpeg images 44 Solution: Implemeted the Image Viewer to view the jpeg images
45 45
46 xrashmic 5 Oct, 2005 MMI-SPR-29356, MMI-SPR-29357 46 xrashmic 5 Oct, 2005 MMI-SPR-29356, MMI-SPR-29357
47 Using the MenuSelect Key for requesting the help info in STK menu. 47 Using the MenuSelect Key for requesting the help info in STK menu.
48 48
49 March 01, 2005 REF: ENH 29313 Deepa M.D 49 March 01, 2005 REF: ENH 29313 Deepa M.D
50 Isolating colour build related changes from MMI LITE flag. 50 Isolating colour build related changes from MMI LITE flag.
51 The proper Feature flag COLORDISPLAY was used for all color 51 The proper Feature flag COLORDISPLAY was used for all color
52 related changes. 52 related changes.
53 53
54 54
55 $End 55 $End
56 56
57 *******************************************************************************/ 57 *******************************************************************************/
58 #include "mfw_mnu.h" //for mfwMnuAttr 58 #include "mfw_mnu.h" //for mfwMnuAttr
59 59
90 /*Event which can be sent to list window*/ 90 /*Event which can be sent to list window*/
91 #define E_LIST_DESTROY 3 /*SPR 2132, destroy window*/ 91 #define E_LIST_DESTROY 3 /*SPR 2132, destroy window*/
92 92
93 typedef enum 93 typedef enum
94 { 94 {
95 E_START_MELODY, 95 E_START_MELODY,
96 #ifdef FF_MMI_RINGTONE /* Events for Ring tone handling */ 96 #ifdef FF_MMI_RINGTONE /* Events for Ring tone handling */
97 E_STOP_MELODY, 97 E_STOP_MELODY,
98 E_SUSPEND_MELODY, 98 E_SUSPEND_MELODY,
99 E_VISIBLE_MELODY 99 E_VISIBLE_MELODY
100 #else 100 #else
101 E_STOP_MELODY /*a0393213 warnings removal- trailing comma is nonstandard*/ 101 E_STOP_MELODY /*a0393213 warnings removal- trailing comma is nonstandard*/
102 #endif 102 #endif
103 } e_melody_events; 103 } e_melody_events;
104 104
105 105
106 106
107 typedef struct 107 typedef struct
117 BOOL Strings; /* TRUE = string display; FALSE = IDs */ 117 BOOL Strings; /* TRUE = string display; FALSE = IDs */
118 int LeftSoftKey; /* Left softkey text. */ 118 int LeftSoftKey; /* Left softkey text. */
119 int RightSoftKey; /* Right softkey text. */ 119 int RightSoftKey; /* Right softkey text. */
120 MfwEvt KeyEvents; /* Keyboard events to be handled. */ 120 MfwEvt KeyEvents; /* Keyboard events to be handled. */
121 UBYTE Reason; /* User defined exit reason. */ 121 UBYTE Reason; /* User defined exit reason. */
122 UBYTE autoDestroy; 122 UBYTE autoDestroy;
123 UBYTE selectKey; //xrashmic 5 Oct, 2005 MMI-SPR-29356, MMI-SPR-29357 123 UBYTE selectKey; //xrashmic 5 Oct, 2005 MMI-SPR-29356, MMI-SPR-29357
124 //March 01, 2005 REF: ENH 29313 Deepa M.D 124 //March 01, 2005 REF: ENH 29313 Deepa M.D
125 // Isolating colour build related changes from MMI LITE flag. 125 // Isolating colour build related changes from MMI LITE flag.
126 // The proper Feature flag COLORDISPLAY was used for all color 126 // The proper Feature flag COLORDISPLAY was used for all color
127 //related changes. 127 //related changes.
128 #ifdef COLOURDISPLAY 128 #ifdef COLOURDISPLAY
129 U32 listCol; 129 U32 listCol;
130 #else 130 #else
131 U8 listCol;/*SPR 2686*/ 131 U8 listCol;/*SPR 2686*/
132 #endif 132 #endif
133 MfwHnd mfw_iv_handle; 133 MfwHnd mfw_iv_handle;
134 int lineHeight; 134 int lineHeight;