Make AddMouseRegion's index unsigned
[dockapps.git] / wmsmixer / README
bloba96a0eba260e32d90c01ef2fcec6d90a13a4e193
1 wmsmixer - A mixer designed for WindowMaker with scrollwheel support
2 Copyright (C) 2003  Damian Kramer <psiren@hibernaculum.net>
3 Copyright (C) 1998  Sam Hawker <shawkie@geocities.com>
4 This software comes with ABSOLUTELY NO WARRANTY
5 This software is free software, and you are welcome to redistribute it
6 under certain conditions
7 See the COPYING file for details.
9   This program is free software; you can redistribute it and/or modify
10   it under the terms of the GNU General Public License as published by
11   the Free Software Foundation; either version 2 of the License, or
12   (at your option) any later version.
14   This program is distributed in the hope that it will be useful,
15   but WITHOUT ANY WARRANTY; without even the implied warranty of
16   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17   GNU General Public License for more details.
19   You should have received a copy of the GNU General Public License
20   along with this program; if not, write to the Free Software
21   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25 To install:
27 xmkmf
28 make
29 make install
32 You probably want to read the README.wmmixer file too. Most of that
33 applies to this program, apart from the recsrc code which has been
34 removed.
36 The main changes between this and wmmixer are:
38 * Added scrollwheel support. If your scrollwheel is mapped to buttons
39   4 and 5, using it will increase/decrease the volume of the current
40   channel.
42 * Removed all the recsrc code.
44 * Changed the display arrangement slightly, and replaced the recsrc
45   button with a numeric/text display.
47 * Added the setname configuration option, which allows you to give a
48   different channel name (4 chars max) to the built in one if you
49   wish.
51 * Clicking on the channel icon will briefly display the text name for the
52   channel. This is also displayed when you switch channels.
54 * Mono channels have one wide bar rather than two thinner ones.
56 * Changed some icons, and added a few new ones. Several icons are
57   still to be created. Any submissions are always welcome.
60 Please report any bugs to me <psiren@hibernaculum.net>, rather
61 than Sam Hawker. I'm sure he doesn't want to go fixing my cockups ;-)