add snapshot
authorTanya <tanya@bookdmitri.oblgaz>
Tue, 13 Apr 2010 20:20:25 +0000 (23:20 +0300)
committerTanya <tanya@bookdmitri.oblgaz>
Tue, 13 Apr 2010 20:20:25 +0000 (23:20 +0300)
applet/data/theme/screens/screen1.png [new file with mode: 0644]
applet/data/theme/screens/screen2.png [new file with mode: 0644]
applet/data/theme/screens/screen3.png [new file with mode: 0644]
applet/data/theme/screens/screen4.png [new file with mode: 0644]
applet/data/theme/screens/screen5.png [new file with mode: 0644]
applet/src/livewp-common.h
applet/src/livewp-home-widget.c

diff --git a/applet/data/theme/screens/screen1.png b/applet/data/theme/screens/screen1.png
new file mode 100644 (file)
index 0000000..c6edc29
Binary files /dev/null and b/applet/data/theme/screens/screen1.png differ
diff --git a/applet/data/theme/screens/screen2.png b/applet/data/theme/screens/screen2.png
new file mode 100644 (file)
index 0000000..8ba6291
Binary files /dev/null and b/applet/data/theme/screens/screen2.png differ
diff --git a/applet/data/theme/screens/screen3.png b/applet/data/theme/screens/screen3.png
new file mode 100644 (file)
index 0000000..1401a94
Binary files /dev/null and b/applet/data/theme/screens/screen3.png differ
diff --git a/applet/data/theme/screens/screen4.png b/applet/data/theme/screens/screen4.png
new file mode 100644 (file)
index 0000000..db1f3dd
Binary files /dev/null and b/applet/data/theme/screens/screen4.png differ
diff --git a/applet/data/theme/screens/screen5.png b/applet/data/theme/screens/screen5.png
new file mode 100644 (file)
index 0000000..13d2d1b
Binary files /dev/null and b/applet/data/theme/screens/screen5.png differ
index d712205..4757fdd 100644 (file)
@@ -33,7 +33,7 @@
 #define THEME_PATH "/usr/share/livewp/theme"
 #define SHORT_TIMER 50 /* 100 milisecond */
 //#define LONG_TIMER 5*60*1000 /* 10 minutes */
-#define LONG_TIMER  20*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 
index edced3c..d0637a8 100644 (file)
@@ -1055,7 +1055,7 @@ init_scene1(AWallpaperPlugin *desktop_plugin)
  
   actor = init_object(desktop_plugin, "plane2", "plane3.png", 0, 45, 8, 160, 50, 
                       FALSE, 100, 255, (gpointer)&change_plane2, NULL);
-  actor->time_start_animation = now + probability_plane();
+  actor->time_start_animation = now/* + probability_plane()*/;
   actor->duration_animation = 60;
   scene.actors = g_slist_append(scene.actors, actor);