comparison src/ui/mfw/mfw_icn.h @ 194:0983c77b8f54

mfw_icn.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 Mar 2021 18:16:13 +0000
parents 92abb46dc1ba
children
comparison
equal deleted inserted replaced
193:03ac997d2d43 194:0983c77b8f54
65 65
66 typedef struct MfwIcnAttrTag /* icon attribute structure */ 66 typedef struct MfwIcnAttrTag /* icon attribute structure */
67 { 67 {
68 MfwRect area; /* icon area */ 68 MfwRect area; /* icon area */
69 U8 nIcons; /* number of icons */ 69 U8 nIcons; /* number of icons */
70 U32 iconCol; /* index into colours to be used */ 70 U32 iconCol; /* index into colours to be used */
71 U8 icnType; /* 0=b+w, 2=256 col, 3=32bit col */ 71 U8 icnType; /* 0=b+w, 2=256 col, 3=32bit col */
72 char *icons; /* icon bitmaps */ 72 char *icons; /* icon bitmaps */
73 // Shashi Shekar B.S., a0876501, Feb 4, 2006, DR: OMAPS00061462 73 // Shashi Shekar B.S., a0876501, Feb 4, 2006, DR: OMAPS00061462
74 #ifdef FF_MMI_SAT_ICON 74 #ifdef FF_MMI_SAT_ICON
75 U8 selfExplanatory; /* Flag to show associated Text or not */ 75 U8 selfExplanatory; /* Flag to show associated Text or not */
76 #endif 76 #endif
77 } MfwIcnAttr; 77 } MfwIcnAttr;
78 78
79 typedef struct MfwIcnTag /* icon control block */ 79 typedef struct MfwIcnTag /* icon control block */
80 { 80 {
109 MfwRes icnUnhide (MfwHnd i); 109 MfwRes icnUnhide (MfwHnd i);
110 MfwRes icnUpdate (MfwIcn *i); 110 MfwRes icnUpdate (MfwIcn *i);
111 MfwRes icnCycle (MfwHnd i,int o); 111 MfwRes icnCycle (MfwHnd i,int o);
112 112
113 #endif 113 #endif
114