dockapps/wmmixer/common.h
2011-07-13 11:33:50 +02:00

31 lines
806 B
C

// common.h - Common defines and includes for wmmixer
//
// Release 1.5
// Copyright (C) 1998 Sam Hawker <shawkie@geocities.com>
// Copyright (C) 2002 Gordon Fraser <gordon@debian.org>
// This software comes with ABSOLUTELY NO WARRANTY
// This software is free software, and you are welcome to redistribute it
// under certain conditions
// See the COPYING file for details.
#ifndef __common_h__
#define __common_h__
// User defines - custom
#define MIXERDEV "/dev/mixer"
#define BACKCOLOR "#282828"
#define LEDCOLOR "green"
#define LEDCOLOR_HIGH "red"
// User defines - standard
#define WINDOWMAKER false
#define USESHAPE false
#define AFTERSTEP false
#define NORMSIZE 64
#define ASTEPSIZE 56
#define NAME "wmmixer"
#define CLASS "WMMixer"
#endif //__common_h__