diff options
author | Keith Packard <keithp@keithp.com> | 2003-11-10 05:48:23 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-11-10 05:48:23 +0000 |
commit | 9e767b89cfa434e762f65f23c3be872cd5d99087 (patch) | |
tree | a65691fc22a2b23cf8b8866ed6a7a927d15e0d78 /ChangeLog | |
parent | Make sure _XROOTPMAP_ID property is right type, format and length before (diff) | |
download | xcman-9e767b89cfa434e762f65f23c3be872cd5d99087.tar.gz xcman-9e767b89cfa434e762f65f23c3be872cd5d99087.tar.bz2 xcman-9e767b89cfa434e762f65f23c3be872cd5d99087.tar.xz |
Add a bit of scheduling to updates; update every 30 ms instead of waiting
for more events. Smooths out window moving. Interval needs to be
configurable probably.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-11-09 Keith Packard <keithp@keithp.com> + * xcompmgr.c: (time_in_millis), (main): + Add a bit of scheduling to updates; update every 30 ms + instead of waiting for more events. Smooths out window moving. + Interval needs to be configurable probably. + +2003-11-09 Keith Packard <keithp@keithp.com> + * xcompmgr.c: (root_tile): Make sure _XROOTPMAP_ID property is right type, format and length before attempting to use the resulting value. |