changeset 1381:f85f9fe62532 trunk

[svn] - fix compilation
author nenolod
date Mon, 10 Jul 2006 02:44:30 -0700
parents 3ede6ff9794f
children cface58ec50d
files ChangeLog Plugins/Output/jack/jack.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jul 10 02:37:04 2006 -0700
+++ b/ChangeLog	Mon Jul 10 02:44:30 2006 -0700
@@ -1,3 +1,12 @@
+2006-07-10 09:37:04 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1674]
+  - provide some additional debugging hints with gdk_error_trap_push/pop.
+  
+
+  Changes:        Modified:
+  +4 -0           trunk/audacious/playlist_list.c  
+
+
 2006-07-10 09:34:37 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1672]
   - do transparency the X11 way
--- a/Plugins/Output/jack/jack.c	Mon Jul 10 02:37:04 2006 -0700
+++ b/Plugins/Output/jack/jack.c	Mon Jul 10 02:44:30 2006 -0700
@@ -70,6 +70,7 @@
 
 static GtkWidget *dialog, *button, *label;
 
+void jack_set_volume(int l, int r);
 
 /* Giacomo's note: removed the destructor from the original xmms-jack, cause
    destructors + thread join + NPTL currently leads to problems; solved this