changeset 125:87d2aa0ddde5

mmiSoftKeys.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 06:25:29 +0000
parents 073242ccbb63
children 03375c220570
files src/ui/bmi/mmiSoftKeys.h
diffstat 1 files changed, 18 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui/bmi/mmiSoftKeys.h	Tue Nov 10 06:08:42 2020 +0000
+++ b/src/ui/bmi/mmiSoftKeys.h	Tue Nov 10 06:25:29 2020 +0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-					CONDAT (UK)
+                    CONDAT (UK)
 
 ********************************************************************************
 
@@ -9,14 +9,14 @@
 
 ********************************************************************************
 
- $Project name:	Basic MMI
- $Project code:	BMI (6349)
- $Module:		Softkeys
- $File:		    MmiSoftKeys.h
- $Revision:		1.0
+ $Project name: Basic MMI
+ $Project code: BMI (6349)
+ $Module:       Softkeys
+ $File:         MmiSoftKeys.h
+ $Revision:     1.0
 
- $Author:		Condat(UK)
- $Date:		    25/10/00
+ $Author:       Condat(UK)
+ $Date:         25/10/00
 
 ********************************************************************************
 
@@ -29,7 +29,7 @@
        xrashmic 5 Oct, 2005 MMI-SPR-29356, MMI-SPR-29357
        To display '?' to indicate to the user that help is available for a STK menu
 
-	25/10/00			Original Condat(UK) BMI version.
+    25/10/00            Original Condat(UK) BMI version.
 
 
  $End
@@ -65,21 +65,21 @@
 #ifdef FF_MMI_FILEMANAGER
 typedef enum
 {
-	MENU_KEY_UP_DOWN_CENTER = 0,
-	MENU_KEY_UP_DOWN_PLAY ,
-	MENU_KEY_UP_DOWN_STOP,
-	MENU_KEY_ALL,
-	MENU_KEY_WAIT
+    MENU_KEY_UP_DOWN_CENTER = 0,
+    MENU_KEY_UP_DOWN_PLAY ,
+    MENU_KEY_UP_DOWN_STOP,
+    MENU_KEY_ALL,
+    MENU_KEY_WAIT
 }T_MENU_KEY;
 #endif
 
 //Softkey format definitions
-#define SK_TALLBGD  	0x0001	/* blank 2 lines of text over width of display */
+#define SK_TALLBGD      0x0001  /* blank 2 lines of text over width of display */
 
-#define SK_ROUNDBOX  	0x0010	/* draw rounded rectangle round text*/
-#define SK_FILLBOX  	0x0020	/* draw filled rectangle round text*/
+#define SK_ROUNDBOX     0x0010  /* draw rounded rectangle round text*/
+#define SK_FILLBOX      0x0020  /* draw filled rectangle round text*/
 
-#define SK_DEFAULTCOL	0x0100	/* use default colour (i.e. do not change current colours) */
+#define SK_DEFAULTCOL   0x0100  /* use default colour (i.e. do not change current colours) */
 
 SoftKeysResult softKeysAttributes( U8 font, UBYTE displayAttibutes);
 /*
@@ -163,4 +163,3 @@
 void displayCameraIcon(void);
 
 #endif
-