diff src/audacious/pluginenum.c @ 4030:0b004b3bfb70

Add plugin function to pull volume.
author Jonathan Schleifer <js-audacious@webkeks.org>
date Wed, 28 Nov 2007 18:15:04 +0100
parents 26c503cdce58
children 040243a50bd3
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Wed Nov 28 06:02:59 2007 +0900
+++ b/src/audacious/pluginenum.c	Wed Nov 28 18:15:04 2007 +0100
@@ -386,6 +386,8 @@
     .dock_is_moving = dock_is_moving,
 
     .get_output_list = get_output_list,
+
+    .input_get_volume = input_get_volume,
 };
 
 /*****************************************************************/