diff options
author | Keith Packard <keithp@keithp.com> | 2003-11-13 09:18:07 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-11-13 09:18:07 +0000 |
commit | bb2f664686508e26c6aad7c0c40e7e4c48e9b370 (patch) | |
tree | 9d32d3f2744af843e59387ccc225c12037d701e6 /xcompmgr.c | |
parent | Use an alpha map instead of an ARGB picture for shadows. Update last_update (diff) | |
download | xcman-bb2f664686508e26c6aad7c0c40e7e4c48e9b370.tar.gz xcman-bb2f664686508e26c6aad7c0c40e7e4c48e9b370.tar.bz2 xcman-bb2f664686508e26c6aad7c0c40e7e4c48e9b370.tar.xz |
Reduce scheduling latency to 10ms
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 () { |