changeset 1061:2cf4d0182a86 trunk

[svn] - remove xmms_session values per plugin api v2
author nenolod
date Thu, 24 May 2007 02:11:23 -0700
parents 2649ba83333b
children 1d65dcdb714c
files ChangeLog src/blur_scope/blur_scope.c src/paranormal/plugin.c src/projectm/main.c src/rootvis/rootvis.c src/rovascope/plugin.c src/spectrum/spectrum.c
diffstat 7 files changed, 14 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 24 02:07:53 2007 -0700
+++ b/ChangeLog	Thu May 24 02:11:23 2007 -0700
@@ -1,3 +1,17 @@
+2007-05-24 09:07:53 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [2286]
+  - remove xmms_session value from GeneralPlugin structs per plugin api v2
+  
+  trunk/src/alarm/alarm.c             |    3 +--
+  trunk/src/aosd/aosd.h               |    1 -
+  trunk/src/evdev-plug/ed.h           |    1 -
+  trunk/src/lirc/lirc.c               |    1 -
+  trunk/src/scrobbler/plugin.c        |    1 -
+  trunk/src/song_change/song_change.c |    1 -
+  trunk/src/statusicon/si.h           |    1 -
+  7 files changed, 1 insertion(+), 8 deletions(-)
+
+
 2007-05-24 05:40:57 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [2284]
   - get rid of warnings.
--- a/src/blur_scope/blur_scope.c	Thu May 24 02:07:53 2007 -0700
+++ b/src/blur_scope/blur_scope.c	Thu May 24 02:11:23 2007 -0700
@@ -68,7 +68,6 @@
 VisPlugin bscope_vp = {
     NULL,
     NULL,
-    0,                          /* XMMS Session ID, filled in by XMMS */
     NULL,                       /* description */
     1,                          /* Number of PCM channels wanted */
     0,                          /* Number of freq channels wanted */
--- a/src/paranormal/plugin.c	Thu May 24 02:07:53 2007 -0700
+++ b/src/paranormal/plugin.c	Thu May 24 02:11:23 2007 -0700
@@ -62,7 +62,6 @@
 {
   NULL,
   NULL,
-  0,
   "Paranormal Visualization Studio " VERSION,
   2,
   2,
--- a/src/projectm/main.c	Thu May 24 02:07:53 2007 -0700
+++ b/src/projectm/main.c	Thu May 24 02:11:23 2007 -0700
@@ -75,7 +75,6 @@
 VisPlugin projectM_vtable = {
   NULL, // Handle, filled in by xmms
   NULL, // Filename, filled in by xmms
-  0,                     // Session ID
   "projectM v0.99",       // description
   2, // # of PCM channels for render_pcm()
   0, // # of freq channels wanted for render_freq()
--- a/src/rootvis/rootvis.c	Thu May 24 02:07:53 2007 -0700
+++ b/src/rootvis/rootvis.c	Thu May 24 02:11:23 2007 -0700
@@ -26,7 +26,6 @@
 	0, // Handle, filled in by xmms
 	0, // Filename, filled in by xmms
 
-	0,                     // Session ID
 	"Root Spectrum Analyzer 0.0.8",  // description
 
 	0, // # of PCM channels for render_pcm()
--- a/src/rovascope/plugin.c	Thu May 24 02:07:53 2007 -0700
+++ b/src/rovascope/plugin.c	Thu May 24 02:11:23 2007 -0700
@@ -62,7 +62,6 @@
 {
   NULL,
   NULL,
-  0,
   "Rovascope " VERSION,
   2,
   2,
--- a/src/spectrum/spectrum.c	Thu May 24 02:07:53 2007 -0700
+++ b/src/spectrum/spectrum.c	Thu May 24 02:11:23 2007 -0700
@@ -62,7 +62,6 @@
 VisPlugin fsanalyzer_vp = {
 	NULL,
 	NULL,
-	0,
 	"Spectrum Analyzer " VERSION,
 	0,
 	1,