src/hbcore/theme/hbthemecommon_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbcore/theme/hbthemecommon_p.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/theme/hbthemecommon_p.h	Mon May 03 12:48:33 2010 +0300
@@ -40,7 +40,8 @@
 #define THEME_SERVER_NAME "hbthemeserver"
 #define HB_THEME_SHARED_PIXMAP_CHUNK "themeserver_chunk"
 #define ORGANIZATION "Nokia"
-#define THEME_COMPONENT "ThemeFramework"
+#define THEME_COMPONENT "Hb Themes"
+#define CURRENT_THEME_KEY "CurrentTheme"
 
 // To enable/disable debug messages for theme server functionality
 // this is master trace switch that enables all theme server related traces
@@ -242,6 +243,7 @@
 // Function codes (opcodes) used in message passing between client and server
 enum HbThemeServerRequest
     {
+     EInvalidServerRequest = 0,
      EIconLookup = 1,
      EIconDefaultSize,
      EStyleSheetLookup,
@@ -251,6 +253,7 @@
      EWidgetMLLookup,
      EDeviceProfileOffset,
      ESecondaryCacheOffset,
+     ENotifyForegroundLost,
  #ifdef HB_ICON_CACHE_DEBUG
      EIconCleanUp,
      ECacheIconCount,
@@ -288,7 +291,10 @@
      EMemoryGood,
      EFreeRam,
      EThemeServerStop,
-     EThemeIndex	 
+     EThemeIndex,
+     EFreeSharedMem,
+     EAllocatedSharedMem,
+     EAllocatedHeapMem
 #ifdef HB_THEME_SERVER_MEMORY_REPORT
      ,ECreateMemoryReport
 #endif