slackbuilds_ponce/audio/volume.app/config.h.in.mod
Yanes Checcacci Balod 9a2f809c34 audio/volume.app: Fix mute/unmute in ALSA.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-05-03 13:56:50 +07:00

27 lines
495 B
Modula-2

/* config.h */
#define _GNU_SOURCE
#define VERSION "@VERSION@"
#ifndef DEBUG
#define NDEBUG
#endif
/* All these settings should eventually be configurable via libPropList */
/* Note that within the program, the first source is 0 and not 1
*/
#define DEFAULT_SOURCE 0
#define DEFAULT_MIXER_DEVICE "/dev/mixer2"
/* units: seconds
*/
#define MAX_DOUBLE_CLICK_TIME 0.5
/* X11 wheel button codes (for wheel mice)
*/
#define BUTTON_WHEEL_UP 4
#define BUTTON_WHEEL_DOWN 5
/* end config.h */