FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiStart.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 | d80ee234a573 |
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: Start | 17 $Module: Start |
| 18 $File: MmiStart.h | 18 $File: MmiStart.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 start code for the MMI | 28 This provides the start code for the MMI |
| 29 | 29 |
| 30 ******************************************************************************** | 30 ******************************************************************************** |
| 31 $History: MmiStart.h | 31 $History: MmiStart.h |
| 32 | 32 |
| 33 25/10/00 Original Condat(UK) BMI version. | 33 25/10/00 Original Condat(UK) BMI version. |
| 34 | 34 |
| 35 $End | 35 $End |
| 36 | 36 |
| 37 *******************************************************************************/ | 37 *******************************************************************************/ |
| 38 | 38 |
| 39 | 39 |
| 40 | 40 |
| 41 | 41 |
| 42 /******************************************************************************* | 42 /******************************************************************************* |
| 43 | 43 |
| 44 Include files | 44 Include files |
| 45 | 45 |
| 46 *******************************************************************************/ | 46 *******************************************************************************/ |
| 47 | 47 |
| 48 #include "mfw_win.h" | 48 #include "mfw_win.h" |
| 49 | 49 |
| 50 | 50 |
| 51 | 51 |
| 52 | 52 |
| 53 /******************************************************************************* | 53 /******************************************************************************* |
| 54 | 54 |
| 55 Interface constants | 55 Interface constants |
| 56 | 56 |
| 57 *******************************************************************************/ | 57 *******************************************************************************/ |
| 58 | 58 |
| 59 typedef enum | 59 typedef enum |
| 60 { | 60 { |
| 61 PhoneInit = StartDummy, | 61 PhoneInit = StartDummy, |
| 64 }E_PHONE_EVENTS; | 64 }E_PHONE_EVENTS; |
| 65 | 65 |
| 66 | 66 |
| 67 | 67 |
| 68 /******************************************************************************* | 68 /******************************************************************************* |
| 69 | 69 |
| 70 Public methods | 70 Public methods |
| 71 | 71 |
| 72 *******************************************************************************/ | 72 *******************************************************************************/ |
| 73 | 73 |
| 74 /* pretty standard initialise, execute and exit methods | 74 /* pretty standard initialise, execute and exit methods |
| 75 */ | 75 */ |
| 76 void startInit( void ); | 76 void startInit( void ); |
| 86 void showwelcome(T_MFW_HND win); | 86 void showwelcome(T_MFW_HND win); |
| 87 | 87 |
| 88 int mmiStart_animationComplete( void ); | 88 int mmiStart_animationComplete( void ); |
| 89 | 89 |
| 90 /******************************************************************************* | 90 /******************************************************************************* |
| 91 | 91 |
| 92 End of File | 92 End of File |
| 93 | 93 |
| 94 *******************************************************************************/ | 94 *******************************************************************************/ |
| 95 | 95 |
| 96 #endif | 96 #endif |
| 97 | 97 |
