From a248f37c5ba1ada04de993b47a66ea641f48db88 Mon Sep 17 00:00:00 2001 From: tanya Date: Sat, 10 Apr 2010 08:57:12 +0300 Subject: [PATCH] added remarks --- applet/src/livewp-home-widget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applet/src/livewp-home-widget.c b/applet/src/livewp-home-widget.c index e4dce2b..81eff43 100644 --- a/applet/src/livewp-home-widget.c +++ b/applet/src/livewp-home-widget.c @@ -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); -- 1.7.9.5