comparison src/ui/bmi/mmiWindow.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
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
4 4
5 /******************************************************************************* 5 /*******************************************************************************
6 6
7 TI (Shanghai) 7 TI (Shanghai)
8 8
9 ******************************************************************************** 9 ********************************************************************************
10 10
11 This software product is the property of TI (Shanghai) Ltd and may not be 11 This software product is the property of TI (Shanghai) Ltd and may not be
12 disclosed to any third party without the express permission of the owner. 12 disclosed to any third party without the express permission of the owner.
13 13
14 ******************************************************************************** 14 ********************************************************************************
15 15
16 $Project name: TISHMMI Project 16 $Project name: TISHMMI Project
17 $Project code: BMI (6349) 17 $Project code: BMI (6349)
18 $Module: MMI 18 $Module: MMI
19 $File: mmiwindow.h 19 $File: mmiwindow.h
20 $Revision: 1.0 20 $Revision: 1.0
21 21
22 $Author: Yan Bin(bin-yan@ti.com) 22 $Author: Yan Bin(bin-yan@ti.com)
23 $Date: 28/08/03 23 $Date: 28/08/03
24 24
25 ******************************************************************************** 25 ********************************************************************************
26 26
27 Description: 27 Description:
28 28
29 This module provides definitions of the types and 29 This module provides definitions of the types and
30 constants which are shared across the MMS 30 constants which are shared across the MMS
31 application modules. 31 application modules.
32 32
33 ******************************************************************************** 33 ********************************************************************************
34 $History: mmiwindow.h 34 $History: mmiwindow.h
35 35
36 CRR 23959: xpradipg 26 Aug 2004 36 CRR 23959: xpradipg 26 Aug 2004
37 Description: List not updated after deleting the messages in Unsent/Inbox folder 37 Description: List not updated after deleting the messages in Unsent/Inbox folder
38 Solution: The list is refreshed everytime the user returns from the options menu 38 Solution: The list is refreshed everytime the user returns from the options menu
39 39
40 28/08/03 Original TI(Shanghai) BMI version. 40 28/08/03 Original TI(Shanghai) BMI version.
41 41
42 $End 42 $End
43 43
44 *******************************************************************************/ 44 *******************************************************************************/
45 #undef GLOBAL_EXT 45 #undef GLOBAL_EXT
46 #if defined (MMI_MMIWINDOW_C) 46 #if defined (MMI_MMIWINDOW_C)
48 #else 48 #else
49 #define GLOBAL_EXT extern 49 #define GLOBAL_EXT extern
50 #endif 50 #endif
51 51
52 /******************************************************************************* 52 /*******************************************************************************
53 53
54 Include Files 54 Include Files
55 55
56 *******************************************************************************/ 56 *******************************************************************************/
57 57
58 #include "mfw_mfw.h" 58 #include "mfw_mfw.h"
59 59
60 60
61 61
62 /******************************************************************************* 62 /*******************************************************************************
63 63
64 MMI Window Message definition 64 MMI Window Message definition
65 65
66 *******************************************************************************/ 66 *******************************************************************************/
67 #define MWM_CREATE 0x0010 67 #define MWM_CREATE 0x0010
68 #define MWM_DESTORY 0x0011 68 #define MWM_DESTORY 0x0011
69 #define MWM_ONDRAW 0x0012 69 #define MWM_ONDRAW 0x0012
70 #define MWM_KEYBOARD 0x0012 70 #define MWM_KEYBOARD 0x0012
100 ListMenuData *menu_list_data; 100 ListMenuData *menu_list_data;
101 UBYTE option_select; /* indicate what the user selected in the Optionsmenu*/ 101 UBYTE option_select; /* indicate what the user selected in the Optionsmenu*/
102 } T_MMIWINDOW; 102 } T_MMIWINDOW;
103 103
104 /******************************************************************************* 104 /*******************************************************************************
105 105
106 Function Prototypes 106 Function Prototypes
107 107
108 *******************************************************************************/ 108 *******************************************************************************/
109 109
110 110
111 GLOBAL_EXT T_MFW_HND MMI_CreateWindow(T_MFW_HND hWinParent, 111 GLOBAL_EXT T_MFW_HND MMI_CreateWindow(T_MFW_HND hWinParent,
112 T_DIALOG_FUNC win_exec_cb, 112 T_DIALOG_FUNC win_exec_cb,
113 void * parameter, 113 void * parameter,
114 MfwCb kbd_cb, 114 MfwCb kbd_cb,
115 MfwMnuAttr * pMnuAttr, 115 MfwMnuAttr * pMnuAttr,
116 unsigned long dwStyle); 116 unsigned long dwStyle);
117 117
118 GLOBAL_EXT T_MFW_HND MMI_ParentWindow(T_MFW_HND hWin); 118 GLOBAL_EXT T_MFW_HND MMI_ParentWindow(T_MFW_HND hWin);
119 119
120 GLOBAL_EXT T_MFW_HND MMI_DestoryWindow(T_MFW_HND hWin); 120 GLOBAL_EXT T_MFW_HND MMI_DestoryWindow(T_MFW_HND hWin);
121 121
122 extern void DummyFreeFunc(void *pMemBlock); 122 extern void DummyFreeFunc(void *pMemBlock);
123 123
124 124
125 /******************************************************************************* 125 /*******************************************************************************
126 126
127 DUMMY DECLARATIONS 127 DUMMY DECLARATIONS
128 128
129 *******************************************************************************/ 129 *******************************************************************************/
130 130
131 //Dummy defines 131 //Dummy defines
132 132
133 // Dummy global variables 133 // Dummy global variables