comparison src/ui/bmi/mmiColours.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 a7398f7007bb
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
2 #define _MMI_Colours_H_ 2 #define _MMI_Colours_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: 16 $Module:
17 $File: mmiColours.h 17 $File: mmiColours.h
18 $Revision: 1.0 18 $Revision: 1.0
19 19
20 $Author: Condat(UK) 20 $Author: Condat(UK)
21 $Date: 25/01/02 21 $Date: 25/01/02
22 22
23 ******************************************************************************** 23 ********************************************************************************
24 24
25 Description: 25 Description:
26 26
27 This header file provides definitions for various screen colours to allow us to 27 This header file provides definitions for various screen colours to allow us to
28 set different parts of the display to foreground and background colours. 28 set different parts of the display to foreground and background colours.
29 29
30 30
31 ******************************************************************************** 31 ********************************************************************************
32 32
33 $History: 33 $History:
34 34
35 25/01/02 Original Condat(UK) BMI version. 35 25/01/02 Original Condat(UK) BMI version.
36 28/11/02 - Corrected definitions for some colours 36 28/11/02 - Corrected definitions for some colours
37 Removed unused definitions/commented out code. 37 Removed unused definitions/commented out code.
38 38
39 $End 39 $End
40 40
41 *******************************************************************************/ 41 *******************************************************************************/
42 42
43 #define COL_R 0x00FF0000 43 #define COL_R 0x00FF0000
77 #define COL_LightGreen 0x0040FF40 //0x0080FF80 77 #define COL_LightGreen 0x0040FF40 //0x0080FF80
78 #define COL_PaleYellow 0x00FFFF40 //0x00FFFF80 78 #define COL_PaleYellow 0x00FFFF40 //0x00FFFF80
79 #define COL_MidGrey 0x00404040 79 #define COL_MidGrey 0x00404040
80 #define COL_Transparent 0xFF000000 80 #define COL_Transparent 0xFF000000
81 /***************************Go-lite Optimization changes Start***********************/ 81 /***************************Go-lite Optimization changes Start***********************/
82 //Aug 25, 2004 REF: CRR 24297 Deepa M.D 82 //Aug 25, 2004 REF: CRR 24297 Deepa M.D
83 //Define colors for Go-lite 83 //Define colors for Go-lite
84 #define COL_Lite_Black 0x00 84 #define COL_Lite_Black 0x00
85 #define COL_Lite_White 0x01 85 #define COL_Lite_White 0x01
86 /***************************Go-lite Optimization changes end***********************/ 86 /***************************Go-lite Optimization changes end***********************/
87 87
95 95
96 //Colour for all lists (unless otherwise specifically defined) 96 //Colour for all lists (unless otherwise specifically defined)
97 COLOUR_LIST_MAIN, //main icons 97 COLOUR_LIST_MAIN, //main icons
98 COLOUR_LIST_SUBMENU, //sub-menu 98 COLOUR_LIST_SUBMENU, //sub-menu
99 //The following are currently unused but can be used for other sub-menus 99 //The following are currently unused but can be used for other sub-menus
100 COLOUR_LIST_SUBMENU1, 100 COLOUR_LIST_SUBMENU1,
101 COLOUR_LIST_SUBMENU2, 101 COLOUR_LIST_SUBMENU2,
102 COLOUR_LIST_SUBMENU3, 102 COLOUR_LIST_SUBMENU3,
103 COLOUR_LIST_SUBMENU4, 103 COLOUR_LIST_SUBMENU4,
104 104
105 //Special define when list elements have their own associated colour. 105 //Special define when list elements have their own associated colour.
106 COLOUR_LIST_COLOUR, 106 COLOUR_LIST_COLOUR,
107 107
108 //colour for all editors 108 //colour for all editors
109 COLOUR_EDITOR, 109 COLOUR_EDITOR,
110 110
111 //Colours for specific displays 111 //Colours for specific displays
112 COLOUR_GAME, 112 COLOUR_GAME,
113 COLOUR_IDLE, 113 COLOUR_IDLE,
114 COLOUR_INCALL, 114 COLOUR_INCALL,
115 115
116 //Colours for opening/closing animation 116 //Colours for opening/closing animation
117 COLOUR_STATUS_WELCOME, 117 COLOUR_STATUS_WELCOME,
118 COLOUR_STATUS_GOODBYE, 118 COLOUR_STATUS_GOODBYE,
119 119
120 120
121 LAST_COLOUR_DEF 121 LAST_COLOUR_DEF
138 #define COLOUR_STATUS_EZITEXT COLOUR_STATUS 138 #define COLOUR_STATUS_EZITEXT COLOUR_STATUS
139 #define COLOUR_STATUS_NETWORKS COLOUR_STATUS 139 #define COLOUR_STATUS_NETWORKS COLOUR_STATUS
140 #define COLOUR_STATUS_PINS COLOUR_STATUS 140 #define COLOUR_STATUS_PINS COLOUR_STATUS
141 #define COLOUR_AOC COLOUR_STATUS 141 #define COLOUR_AOC COLOUR_STATUS
142 142
143 #define COLOUR_WAP_POPUP COLOUR_POPUP 143 #define COLOUR_WAP_POPUP COLOUR_POPUP
144 #define COLOUR_BOOK_POPUP COLOUR_POPUP 144 #define COLOUR_BOOK_POPUP COLOUR_POPUP
145 145
146 #define COLOUR_LIST_SETTINGS COLOUR_LIST_SUBMENU 146 #define COLOUR_LIST_SETTINGS COLOUR_LIST_SUBMENU
147 #define COLOUR_LIST_SMS COLOUR_LIST_SUBMENU 147 #define COLOUR_LIST_SMS COLOUR_LIST_SUBMENU
148 #define COLOUR_LIST_PHONEBOOK COLOUR_LIST_SUBMENU 148 #define COLOUR_LIST_PHONEBOOK COLOUR_LIST_SUBMENU
156 #define COLOUR_WAP COLOUR_LIST_MAIN 156 #define COLOUR_WAP COLOUR_LIST_MAIN
157 157
158 158
159 #define COLOUR_STATUS_OKRESET COLOUR_STATUS 159 #define COLOUR_STATUS_OKRESET COLOUR_STATUS
160 160
161 //Default colour for creating windows 161 //Default colour for creating windows
162 //#define DEFAULT_COL COL_RG, COL_B2 162 //#define DEFAULT_COL COL_RG, COL_B2
163 163
164 //These definitions match dspl.h 164 //These definitions match dspl.h
165 #define ICON_TYPE_1BIT_PACKED 0x00 165 #define ICON_TYPE_1BIT_PACKED 0x00
166 #define ICON_TYPE_256_COL 0x02 166 #define ICON_TYPE_256_COL 0x02