PATCH: xfce4-mixer from CVS (now) not compiling

Matti Rendahl matti at comedialabs.com
Mon Jun 16 16:23:33 CEST 2003


I think this is the appropriate patch. 

--matti 


-------------- next part --------------
--- xfce4-mixer/panel-plugin/vc_oss.c	2003-06-15 14:11:57.000000000 +0200
+++ xfce4-mixer-z1/panel-plugin/vc_oss.c	2003-06-16 16:03:56.000000000 +0200
@@ -111,7 +111,7 @@
 }
 
 static void
-set_device(const gchar *name)
+vc_set_device(const gchar *name)
 {
 	if (mixer_handle != -1) {
 		(void)close(mixer_handle);
@@ -139,7 +139,7 @@
 static int
 init(void)
 {
-	set_device(dev_name);
+	vc_set_device(dev_name);
 	return 1;
 }
 


More information about the Xfce4-dev mailing list