diff options
author | Keith Packard <keithp@keithp.com> | 2003-12-02 09:51:12 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-12-02 09:51:12 +0000 |
commit | 10d93f24f0afd15aeb59d61f469e7cf5bd5749c9 (patch) | |
tree | 7bbabd72c29b314fd7e12cec921d088d8c88384c /ChangeLog | |
parent | Add support for CM_TRANSLUCENT property. (diff) | |
download | xcman-10d93f24f0afd15aeb59d61f469e7cf5bd5749c9.tar.gz xcman-10d93f24f0afd15aeb59d61f469e7cf5bd5749c9.tar.bz2 xcman-10d93f24f0afd15aeb59d61f469e7cf5bd5749c9.tar.xz |
Track whether cliplists have changed and avoid computation when not. Shrink
shadows. Speed up shadow construction a bit by using memset. Eliminate
useless INTERVAL code. Use XSync after paint_all to gather more events
per update.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-12-02 Keith Packard <keithp@keithp.com> + + * xcompmgr.c: (sum_gaussian), (make_shadow), (root_tile), + (paint_all), (map_win), (unmap_win), (determine_mode), + (configure_win), (circulate_win), (main): + Track whether cliplists have changed and avoid computation when not. + Shrink shadows. + Speed up shadow construction a bit by using memset. + Eliminate useless INTERVAL code. + Use XSync after paint_all to gather more events per update. + 2003-11-24 Matthew Hawn <hawnpawn@yahoo.com> reviewed by: Keith Packard <keithp@keithp.com> |