aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-11-13 09:16:18 +0000
committerKeith Packard <keithp@keithp.com>2003-11-13 09:16:18 +0000
commit91c293c7e9b44013a2b40757d4c5e245333b9112 (patch)
treeab772b84ef9b7f3a095ef25115c3ecb268b46906 /ChangeLog
parentDetect ARGB windows, don't give them shadows, compose them correctly. (diff)
downloadxcman-91c293c7e9b44013a2b40757d4c5e245333b9112.tar.gz
xcman-91c293c7e9b44013a2b40757d4c5e245333b9112.tar.bz2
xcman-91c293c7e9b44013a2b40757d4c5e245333b9112.tar.xz
Use an alpha map instead of an ARGB picture for shadows. Update last_update
only when actually updating windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59ebf22..3b2f8ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):