added remarks
authortanya <tanya@tanin.oblgaz>
Sat, 10 Apr 2010 05:57:12 +0000 (08:57 +0300)
committertanya <tanya@tanin.oblgaz>
Sat, 10 Apr 2010 05:57:12 +0000 (08:57 +0300)
applet/src/livewp-home-widget.c

index e4dce2b..81eff43 100644 (file)
@@ -498,7 +498,7 @@ probability_sun(Actor *actor)
     actor->time_start_animation += 20 * 1;
     actor->duration_animation = G_MAXINT;
 }
-
+/* Init Modern Scene */
 static void
 init_scene(AWallpaperPlugin *desktop_plugin)
 {
@@ -562,6 +562,7 @@ fprintf(stderr, "init scene \n");
 #endif  
  }
 
+/* Init Berlin Scene */
 static void
 init_scene1(AWallpaperPlugin *desktop_plugin)
 {
@@ -570,7 +571,6 @@ init_scene1(AWallpaperPlugin *desktop_plugin)
   scene.daytime = get_daytime();
   scene.actors = NULL;
   
-
   actor = init_object(desktop_plugin, "sky", "sky.png", 0, 0, SKY_LEVEL, 800, 480, 
                       TRUE, 100, 255, &change_static_actor, NULL);
   change_static_actor(actor, desktop_plugin);