// common.h - Common defines and includes for wmmixer // // Release 1.5 // Copyright (C) 1998 Sam Hawker // Copyright (C) 2002 Gordon Fraser // 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__