diff options
author | Christopher Jeffrey <[email protected]> | 2012-09-26 03:18:10 -0500 |
---|---|---|
committer | Christopher Jeffrey <[email protected]> | 2012-09-26 03:18:10 -0500 |
commit | 93de3d1de2ca90e509760c543b02ed9328831485 (patch) | |
tree | aa49b27ac25b301c4be7fc8a9e1030234113f4bc /compton.c | |
parent | fdf1593a098b02bd79ced0ae05749268dd486220 (diff) | |
download | tdebase-93de3d1de2ca90e509760c543b02ed9328831485.tar.gz tdebase-93de3d1de2ca90e509760c543b02ed9328831485.zip |
initialize fade_time just to be explicit.
Diffstat (limited to 'compton.c')
-rw-r--r-- | compton.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ static options_t options = { * Fades */ -unsigned long fade_time; +unsigned long fade_time = 0; /** * Get current system clock in milliseconds. |