1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 09:08:25 +00:00

Bugfix: mixerbar showed wrong values

This commit is contained in:
Nikolas Garofil 2010-04-12 14:40:15 +02:00
parent 99eeeae6d0
commit 02d97f9445

View File

@ -281,7 +281,7 @@ int mixer_is_mute(int i)
return !mixer_get(i);
}
#define mixer_to_255(i, x) x
#define mixer_to_255(i, x) x * 2.55
#endif /* MIXER_IS_ALSA */
void parse_mixer_arg(struct text_object *obj, const char *arg)