diff options
author | Keith Packard <keithp@keithp.com> | 2004-07-08 07:07:26 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-07-08 07:07:26 +0000 |
commit | cd952da085147938c06a46440fd178382a74e0df (patch) | |
tree | 43f8883d58f6fbfd71e03894072d4deab791a64a /ChangeLog | |
parent | Only use XCompositeNameWindowPixmap when the library provides it (diff) | |
download | xcman-cd952da085147938c06a46440fd178382a74e0df.tar.gz xcman-cd952da085147938c06a46440fd178382a74e0df.tar.bz2 xcman-cd952da085147938c06a46440fd178382a74e0df.tar.xz |
Add fade-in/fade-out support (-f option). Clean up leak of solid alpha
picture per redraw of constant-alpha windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-07-08 Keith Packard <keithp@keithp.com> + + * xcompmgr.c: (get_time_in_milliseconds), (find_fade), + (dequeue_fade), (cleanup_fade), (enqueue_fade), (set_fade), + (fade_timeout), (run_fades), (paint_all), (map_win), + (finish_unmap_win), (unmap_callback), (unmap_win), + (determine_mode), (add_win), (configure_win), (finish_destroy_win), + (destroy_callback), (destroy_win), (error), (main): + Add fade-in/fade-out support (-f option). + Clean up leak of solid alpha picture per redraw of constant-alpha + windows. + 2004-06-27 Keith Packard <keithp@keithp.com> * xcompmgr.c: (map_win), (unmap_win), (main): |