tuned speed
[livewp] / applet / src / livewp-common.h
index 5d6be56..9c66f73 100644 (file)
 #include <glib/gi18n-lib.h>
 
 #define THEME_PATH "/usr/share/livewp/theme"
-#define SHORT_TIMER 100 /* 100 milisecond */
-//#define LONG_TIMER 10*60*1000 /* 10 minutes */
-#define LONG_TIMER  20*1000 /* 10 minutes */
+#define SHORT_TIMER 75 /* 100 milisecond */
+//#define LONG_TIMER 5*60*1000 /* 10 minutes */
+#define LONG_TIMER  10*1000 /* 10 minutes */
 enum { SHORT_TIMER_TYPE, LONG_TIMER_TYPE };
+#define SKY_LEVEL 0 
+#define SUN_LEVEL 0 
+#define TOWN_LEVEL 0 
+#define TRAM_LEVEL 20 
 
 
 typedef struct _AWallpaperPlugin AWallpaperPlugin;
@@ -47,13 +51,15 @@ struct _Animation_WallpaperPrivate
     gint short_timer;
     gchar *theme;
     gboolean visible;
+    gboolean rich_animation;
+    GtkWidget *main_widget;
+    GtkWidget *right_corner;
     AWallpaperPlugin *desktop_plugin;
 };
 
 struct _AWallpaperPlugin
 {
-    HDHomePluginItem hitem;
-    GObject *parent;
+    HDHomePluginItem parent;
     Animation_WallpaperPrivate *priv;
 };