diff options
Diffstat (limited to '')
-rw-r--r-- | xcompmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -768,7 +768,7 @@ time_in_millis () return(tp.tv_sec * 1000) + (tp.tv_usec / 1000); } -#define INTERVAL 30 +#define INTERVAL 10 main () { |