aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-06-27 05:08:33 +0000
committerKeith Packard <keithp@keithp.com>2004-06-27 05:08:33 +0000
commit9616aa5ba62ad414b7ff2a7015fe3cd7df53ee8c (patch)
treed819d2191df411b6bd2d870502e0a1efaa932732 /ChangeLog
parentOk, this synchronizes all of my changes for the last many months. Has code (diff)
downloadxcman-9616aa5ba62ad414b7ff2a7015fe3cd7df53ee8c.tar.gz
xcman-9616aa5ba62ad414b7ff2a7015fe3cd7df53ee8c.tar.bz2
xcman-9616aa5ba62ad414b7ff2a7015fe3cd7df53ee8c.tar.xz
Make composite manager mode run-time selectable with command line option:
-s: server-side shadows (sharp, but follows window alpha) -c: client-side shadows (blurred, but uses window extents only) -n: no shadows (this is the default mode)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6084ae..93440dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-06-26 Keith Packard <keithp@keithp.com>
+ * xcompmgr.c: (win_extents), (paint_all), (repair_win),
+ (unmap_win), (usage), (main):
+ Make composite manager mode run-time selectable with
+ command line option:
+ -s: server-side shadows (sharp, but follows window alpha)
+ -c: client-side shadows (blurred, but uses window extents only)
+ -n: no shadows (this is the default mode)
+
+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),