# HG changeset patch # User Mychaela Falconia # Date 1616955373 0 # Node ID 0983c77b8f54b78b1eed4690b8d68b285888b580 # Parent 03ac997d2d43860807f247cbf40d82474d46d306 mfw_icn.h: bogotab fixes diff -r 03ac997d2d43 -r 0983c77b8f54 src/ui/mfw/mfw_icn.h --- a/src/ui/mfw/mfw_icn.h Sun Mar 28 04:44:04 2021 +0000 +++ b/src/ui/mfw/mfw_icn.h Sun Mar 28 18:16:13 2021 +0000 @@ -67,12 +67,12 @@ { MfwRect area; /* icon area */ U8 nIcons; /* number of icons */ - U32 iconCol; /* index into colours to be used */ - U8 icnType; /* 0=b+w, 2=256 col, 3=32bit col */ + U32 iconCol; /* index into colours to be used */ + U8 icnType; /* 0=b+w, 2=256 col, 3=32bit col */ char *icons; /* icon bitmaps */ // Shashi Shekar B.S., a0876501, Feb 4, 2006, DR: OMAPS00061462 #ifdef FF_MMI_SAT_ICON - U8 selfExplanatory; /* Flag to show associated Text or not */ + U8 selfExplanatory; /* Flag to show associated Text or not */ #endif } MfwIcnAttr; @@ -111,4 +111,3 @@ MfwRes icnCycle (MfwHnd i,int o); #endif -