From 8612c83169bcc03c8756c0e9427059643d456be2 Mon Sep 17 00:00:00 2001 From: Tanya Date: Tue, 13 Apr 2010 21:12:59 +0300 Subject: [PATCH] changed long timer interval and changelog --- applet/debian/changelog | 5 ++++- applet/src/livewp-common.h | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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 -- 1.7.9.5