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 bedf0a7aa..bb9d7bb8f 100644
--- a/compton.c
+++ b/compton.c
@@ -99,8 +99,6 @@ Atom class_atom;
Atom win_type_atom;
Atom win_type[NUM_WINTYPES];
-unsigned long fade_time;
-
/**
* Macros
*/
@@ -153,6 +151,8 @@ static options_t opts = {
* Fades
*/
+unsigned long fade_time = 0;
+
/**
* Get current system clock in milliseconds.
*