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.
This commit is contained in:
Keith Packard
2003-11-10 05:48:23 +00:00
parent 37280d7888
commit 9e767b89cf
2 changed files with 33 additions and 5 deletions

View File

@ -1,3 +1,10 @@
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):