comparison src/ui/mfw/mfw_icn.h @ 188:92abb46dc1ba

src/ui/mfw/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jan 2021 06:10:27 +0000
parents 67bfe9f274f6
children 0983c77b8f54
comparison
equal deleted inserted replaced
187:a33dd8a5dcc9 188:92abb46dc1ba
16 16
17 $History:: mfw_icn.h $ 17 $History:: mfw_icn.h $
18 18
19 Shashi Shekar B.S., a0876501, 16 Mar, 2006, OMAPS00061462 19 Shashi Shekar B.S., a0876501, 16 Mar, 2006, OMAPS00061462
20 Icon support for SetupMenu & Select item. 20 Icon support for SetupMenu & Select item.
21 21
22 * 22 *
23 * ***************** Version 5 ***************** 23 * ***************** Version 5 *****************
24 * March 01, 2005 REF: ENH 29313 Deepa M.D 24 * March 01, 2005 REF: ENH 29313 Deepa M.D
25 * Updated in $/GSM/Condat/MS/SRC/MFW 25 * Updated in $/GSM/Condat/MS/SRC/MFW
26 * Isolating colour build related changes from MMI LITE flag. 26 * Isolating colour build related changes from MMI LITE flag.
27 *The proper Feature flag COLORDISPLAY was used for all color 27 *The proper Feature flag COLORDISPLAY was used for all color
28 related changes. 28 related changes.
29 * ***************** Version 5 ***************** 29 * ***************** Version 5 *****************
30 * User: Es Date: 23.03.00 Time: 14:41 30 * User: Es Date: 23.03.00 Time: 14:41
31 * Updated in $/GSM/Condat/MS/SRC/MFW 31 * Updated in $/GSM/Condat/MS/SRC/MFW
32 * Added icnUnhide(); removed 'update()' from 'hide()' and 'unhide()' 32 * Added icnUnhide(); removed 'update()' from 'hide()' and 'unhide()'
83 MfwCb handler; /* event handler */ 83 MfwCb handler; /* event handler */
84 MfwIcnAttr *attr; /* icon attributes */ 84 MfwIcnAttr *attr; /* icon attributes */
85 U8 index; /* cycle index */ 85 U8 index; /* cycle index */
86 //March 01, 2005 REF: ENH 29313 Deepa M.D 86 //March 01, 2005 REF: ENH 29313 Deepa M.D
87 // Isolating colour build related changes from MMI LITE flag. 87 // Isolating colour build related changes from MMI LITE flag.
88 // The proper Feature flag COLORDISPLAY was used for all color 88 // The proper Feature flag COLORDISPLAY was used for all color
89 //related changes. 89 //related changes.
90 #ifdef COLOURDISPLAY 90 #ifdef COLOURDISPLAY
91 U32 icnFgdColour; 91 U32 icnFgdColour;
92 U32 icnBgdColour; 92 U32 icnBgdColour;
93 #else 93 #else