diff options
author | dolio <dolio> | 2004-09-18 00:13:15 +0000 |
---|---|---|
committer | dolio <dolio> | 2004-09-18 00:13:15 +0000 |
commit | 34c09f7b7fdc0fd96fd4adf69a00f295858ac11a (patch) | |
tree | 66f7636248d0729430337d70affe4441b333a542 /ChangeLog | |
parent | Changed the usage function to display information on the available options. (diff) | |
download | xcman-34c09f7b7fdc0fd96fd4adf69a00f295858ac11a.tar.gz xcman-34c09f7b7fdc0fd96fd4adf69a00f295858ac11a.tar.bz2 xcman-34c09f7b7fdc0fd96fd4adf69a00f295858ac11a.tar.xz |
Added various options for client-side shadows (offset, opacity,
blur-radius) based on the work of Thomas Luebking, along with the man
entries and usage information to go along with them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-09-17 Dan Doel <dolio@case.edu> + * xcompmgr.c: (win_extents), (usage), (main): + Added various client-side shadow options (opacity, offset, radius) + based on the work of Thomas Luebking. + * xcompmgr.1: + Added descriptions of the options in the man page. + +2004-09-17 Dan Doel <dolio@case.edu> + * xcompmgr.c: (usage): Changed the usage function to describe the available options. |