Make AddMouseRegion's index unsigned
[dockapps.git] / wmmixer / common.h
blobdc3ade619acea6bf49163622585a97306f2a91d4
1 // common.h - Common defines and includes for wmmixer
2 //
3 // Release 1.5
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.
11 #ifndef __common_h__
12 #define __common_h__
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
24 #define NORMSIZE 64
25 #define ASTEPSIZE 56
26 #define NAME "wmmixer"
27 #define CLASS "WMMixer"
30 #endif //__common_h__