summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Jeffrey <chjjeffrey@gmail.com>2012-09-26 03:18:10 -0500
committerChristopher Jeffrey <chjjeffrey@gmail.com>2012-09-26 03:18:10 -0500
commit93de3d1de2ca90e509760c543b02ed9328831485 (patch)
treeaa49b27ac25b301c4be7fc8a9e1030234113f4bc
parentfdf1593a098b02bd79ced0ae05749268dd486220 (diff)
downloadtdebase-93de3d1d.tar.gz
tdebase-93de3d1d.zip
initialize fade_time just to be explicit.
-rw-r--r--compton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compton.c b/compton.c
index 8c493689d..f49f03a73 100644
--- a/compton.c
+++ b/compton.c
@@ -148,7 +148,7 @@ static options_t options = {
* Fades
*/
-unsigned long fade_time;
+unsigned long fade_time = 0;
/**
* Get current system clock in milliseconds.