diff options
author | Keith Packard <keithp@keithp.com> | 2004-06-27 04:48:37 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-06-27 04:48:37 +0000 |
commit | def454cc5a25dbf40030e1829e82b6125085c9dc (patch) | |
tree | 9dab47fa280c69a0d24c3ee7a0c146032505d031 /ChangeLog | |
parent | 2d30f9363a94dba8a014fc67e421a1a9f8337993 (diff) |
Ok, this synchronizes all of my changes for the last many months. Has code
to do server-based shadows (SHARP_SHADOW). Has code to try and ignore
appropriate errors (helps somewhat). Has code to handle global window
translucency. Lots of other minor changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-06-26 Keith Packard <keithp@keithp.com> + + * xcompmgr.c: (make_gaussian_map), (make_shadow), (shadow_picture), + (solid_picture), (discard_ignore), (set_ignore), (should_ignore), + (win_extents), (border_size), (paint_all), (repair_win), (map_win), + (unmap_win), (get_opacity_prop), (determine_mode), (add_win), + (destroy_win), (error), (main): + Ok, this synchronizes all of my changes for the last many months. + Has code to do server-based shadows (SHARP_SHADOW). + Has code to try and ignore appropriate errors (helps somewhat). + Has code to handle global window translucency. + Lots of other minor changes. + 2004-05-17 Eric Anholt <anholt@FreeBSD.org> * configure.ac: |