ui/inc/glxuistd.h
branchGCC_SURGE
changeset 51 525c140ec8db
parent 49 f291796e213d
child 58 383b67fbdb11
--- a/ui/inc/glxuistd.h	Wed Jun 16 13:08:54 2010 +0100
+++ b/ui/inc/glxuistd.h	Thu Jul 22 16:33:32 2010 +0100
@@ -41,7 +41,8 @@
 	GlxContextLsList,
 	GlxContextPtList,
     GlxContextSelectionList,
-    GlxContextFavorite
+    GlxContextFavorite,
+    GlxContextComment   //to fetch the description
 };
 
 enum GlxTBContextType
@@ -56,9 +57,10 @@
 typedef enum
 {
     NO_EFFECT,
-    WAVE_EFFECT,
+    FLIP_EFFECT,
     SMOOTH_FADE,
     ZOOM_TO_FACE,
+    HELIX_EFFECT,
     TRANSITION_EFFECT,
     FADE_EFFECT,
     GRID_TO_FULLSCREEN,
@@ -127,5 +129,9 @@
 // video playback view UID
 const TInt KGlxVideoPlaybackviewPlugin = 0x2000A7B3;
 
+//Constants for ci_photos.confml
+const TUint32 KGlxCi_UidGallery = 0x20007193;
+const TInt KGlxOperatorLink  = 0x1;
+const TInt KGlxOvi  = 0x2;
 
 #endif  // GLXUISTD_H