diff options
Diffstat (limited to 'compton.c')
-rw-r--r-- | compton.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. * |