aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-11-10 05:48:23 +0000
committerKeith Packard <keithp@keithp.com>2003-11-10 05:48:23 +0000
commit9e767b89cfa434e762f65f23c3be872cd5d99087 (patch)
treea65691fc22a2b23cf8b8866ed6a7a927d15e0d78 /ChangeLog
parentMake sure _XROOTPMAP_ID property is right type, format and length before (diff)
downloadxcman-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb4adb9..3eea662 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.