From: Tanya Date: Tue, 13 Apr 2010 18:12:59 +0000 (+0300) Subject: changed long timer interval and changelog X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=8612c83169bcc03c8756c0e9427059643d456be2;p=livewp changed long timer interval and changelog --- diff --git a/applet/debian/changelog b/applet/debian/changelog index ddb74ad..65b931f 100644 --- a/applet/debian/changelog +++ b/applet/debian/changelog @@ -1,6 +1,9 @@ live-wallpaper (0.2) unstable; urgency=low - * Some changes + * Added two planes in theme "Berlin" + * Added clouds in both themes, they moving according to a wind direction + * Appearance of object, wind direction are defined randomly + * At night in windows lights up and light dies away in theme "Modern" -- Vlad Vasiliev Mon, 12 Apr 2010 14:11:10 +0200 diff --git a/applet/src/livewp-common.h b/applet/src/livewp-common.h index 7b19aea..d712205 100644 --- a/applet/src/livewp-common.h +++ b/applet/src/livewp-common.h @@ -32,8 +32,8 @@ #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 5*60*1000 /* 10 minutes */ +#define LONG_TIMER 20*1000 /* 10 minutes */ enum { SHORT_TIMER_TYPE, LONG_TIMER_TYPE }; #define SKY_LEVEL 0 #define SUN_LEVEL 0