1 // common.h - Common defines and includes for wmmixer
4 // Copyright (C) 1998 Sam Hawker <shawkie@geocities.com>
5 // Copyright (C) 2002 Gordon Fraser <gordon@debian.org>
6 // This software comes with ABSOLUTELY NO WARRANTY
7 // This software is free software, and you are welcome to redistribute it
8 // under certain conditions
9 // See the COPYING file for details.
14 // User defines - custom
15 #define MIXERDEV "/dev/mixer"
16 #define BACKCOLOR "#282828"
17 #define LEDCOLOR "green"
18 #define LEDCOLOR_HIGH "red"
20 // User defines - standard
21 #define WINDOWMAKER false
22 #define USESHAPE false
23 #define AFTERSTEP false
26 #define NAME "wmmixer"
27 #define CLASS "WMMixer"