src/hbcore/theme/hbthemecommon_symbian_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 6 c3690ec91ef8
--- a/src/hbcore/theme/hbthemecommon_symbian_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/theme/hbthemecommon_symbian_p.h	Fri May 14 16:09:54 2010 +0300
@@ -41,6 +41,7 @@
     TBool mirrored;
     TUint32 rgba;
     TBool colorflag;
+    TInt renderMode;
  };
 
 struct TMultiIconSymbParams
@@ -57,6 +58,7 @@
     TBool mirrored;
     TInt rgba;
     TBool colorflag;
+    TInt renderMode;
  };
 
 struct TIconListParams
@@ -68,6 +70,7 @@
     TBool mirrored;
     TInt rgba;
     TBool colorflag;
+    TInt renderMode;
     TInt iconCount;
 };
 
@@ -89,5 +92,18 @@
     ENonNumericString = 99
 };
 
+/**
+ * KHbBaseThemeCenrepKey
+ * Define the base theme
+ */
+const TUint32 KHbBaseThemeCenrepKey  = 0x1;
+
+/**
+ * KHbDefaultThemeCenrepKey
+ * Define the default theme
+ */
+const TUint32 KHbDefaultThemeCenrepKey  = 0x2;
+
+
 #endif // HBTHEMECOMMON_SYMBIAN_P_H