Use an alpha map instead of an ARGB picture for shadows. Update last_update

only when actually updating windows.
This commit is contained in:
Keith Packard
2003-11-13 09:16:18 +00:00
parent 54fb13fa32
commit 91c293c7e9
2 changed files with 36 additions and 12 deletions

View File

@ -1,3 +1,10 @@
2003-11-13 Keith Packard <keithp@keithp.com>
* xcompmgr.c: (make_gaussian_map), (sum_gaussian), (make_shadow),
(shadow_picture), (paint_all), (main):
Use an alpha map instead of an ARGB picture for shadows.
Update last_update only when actually updating windows.
2003-11-11 Keith Packard <keithp@keithp.com>
* xcompmgr.c: (win_extents), (paint_all), (add_win), (main):