ui/inc/glxuistd.h
changeset 29 2c833fc9e98f
parent 24 99ad1390cd33
child 36 6481344a6d67
--- a/ui/inc/glxuistd.h	Mon May 03 12:31:32 2010 +0300
+++ b/ui/inc/glxuistd.h	Fri May 14 15:52:22 2010 +0300
@@ -40,7 +40,8 @@
 	GlxContextPtFs,  //TB context check would be applied here . Please do not add any context between GlxContextLsFs and GlxContextPtFs
 	GlxContextLsList,
 	GlxContextPtList,
-    GlxContextSelectionList
+    GlxContextSelectionList,
+    GlxContextFavorite
 };
 
 enum GlxTBContextType
@@ -55,6 +56,9 @@
 typedef enum
 {
     NO_EFFECT,
+    WAVE_EFFECT,
+    SMOOTH_FADE,
+    ZOOM_TO_FACE,
     TRANSITION_EFFECT,
     FADE_EFFECT,
     GRID_TO_FULLSCREEN,
@@ -67,6 +71,12 @@
 
 typedef enum
 {
+ SLOW,
+ MEDIUM,
+ FAST
+}GlxSlideShowDelay;
+typedef enum
+{
     NO_VIEW,
     CURRENT_VIEW,
     LAUNCH_VIEW,