summaryrefslogtreecommitdiffstats
path: root/compton.c
diff options
context:
space:
mode:
Diffstat (limited to 'compton.c')
-rw-r--r--compton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compton.c b/compton.c
index b9c3e96a1..1050ab0ca 100644
--- a/compton.c
+++ b/compton.c
@@ -96,8 +96,6 @@ Atom class_atom;
Atom win_type_atom;
Atom win_type[NUM_WINTYPES];
-unsigned long fade_time;
-
/**
* Macros
*/
@@ -144,6 +142,8 @@ static options_t opts = {
* Fades
*/
+unsigned long fade_time = 0;
+
/**
* Get current system clock in milliseconds.
*