changeset 1060:2649ba83333b trunk

[svn] - remove xmms_session value from GeneralPlugin structs per plugin api v2
author nenolod
date Thu, 24 May 2007 02:07:53 -0700
parents f305ebcc8136
children 2cf4d0182a86
files ChangeLog src/alarm/alarm.c src/aosd/aosd.h src/evdev-plug/ed.h src/lirc/lirc.c src/scrobbler/plugin.c src/song_change/song_change.c src/statusicon/si.h
diffstat 8 files changed, 17 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 23 22:40:57 2007 -0700
+++ b/ChangeLog	Thu May 24 02:07:53 2007 -0700
@@ -1,3 +1,19 @@
+2007-05-24 05:40:57 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [2284]
+  - get rid of warnings.
+  
+  trunk/src/rovascope/Makefile     |    2 +-
+  trunk/src/rovascope/actuators.h  |    1 +
+  trunk/src/rovascope/cmaps.c      |    2 +-
+  trunk/src/rovascope/general.c    |    1 -
+  trunk/src/rovascope/paranormal.c |    1 +
+  trunk/src/rovascope/paranormal.h |    3 +++
+  trunk/src/rovascope/plugin.c     |    4 ++++
+  trunk/src/rovascope/wave.c       |    2 --
+  trunk/src/rovascope/xform.c      |    5 -----
+  9 files changed, 11 insertions(+), 10 deletions(-)
+
+
 2007-05-23 13:08:35 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [2282]
   - make build of cdaudio-ng configurable.
--- a/src/alarm/alarm.c	Wed May 23 22:40:57 2007 -0700
+++ b/src/alarm/alarm.c	Thu May 24 02:07:53 2007 -0700
@@ -1001,9 +1001,8 @@
  */
 static GeneralPlugin alarm_plugin =
 {
-   NULL,
      NULL,
-     -1,
+     NULL,
      "Alarm "VERSION,
      alarm_init,
      alarm_about,
--- a/src/aosd/aosd.h	Wed May 23 22:40:57 2007 -0700
+++ b/src/aosd/aosd.h	Thu May 24 02:07:53 2007 -0700
@@ -37,7 +37,6 @@
 {
     NULL,						/* handle */
     NULL,						/* filename */
-    -1,						/* session */
     "Audacious OSD " AOSD_VERSION_PLUGIN,	/* description */
     aosd_init,					/* init */
     aosd_about,					/* about */
--- a/src/evdev-plug/ed.h	Wed May 23 22:40:57 2007 -0700
+++ b/src/evdev-plug/ed.h	Thu May 24 02:07:53 2007 -0700
@@ -34,7 +34,6 @@
 {
     NULL,					/* handle */
     NULL,					/* filename */
-    -1,						/* session */
     "EvDev-Plug " ED_VERSION_PLUGIN,		/* description */
     ed_init,					/* init */
     ed_about,					/* about */
--- a/src/lirc/lirc.c	Wed May 23 22:40:57 2007 -0700
+++ b/src/lirc/lirc.c	Thu May 24 02:07:53 2007 -0700
@@ -53,7 +53,6 @@
 GeneralPlugin lirc_plugin = {
 	NULL,
 	NULL,
-	-1,
 	NULL,
 	init,
 	about,
--- a/src/scrobbler/plugin.c	Wed May 23 22:40:57 2007 -0700
+++ b/src/scrobbler/plugin.c	Thu May 24 02:07:53 2007 -0700
@@ -58,7 +58,6 @@
 {
 	NULL,
 	NULL,
-	-1,
 	NULL,
 	init,
 	about_show,
--- a/src/song_change/song_change.c	Wed May 23 22:40:57 2007 -0700
+++ b/src/song_change/song_change.c	Thu May 24 02:07:53 2007 -0700
@@ -42,7 +42,6 @@
 {
 	NULL,			/* handle */
 	NULL,			/* filename */
-	-1,			/* xmms_session */
 	NULL,			/* Description */
 	init,
 	NULL,
--- a/src/statusicon/si.h	Wed May 23 22:40:57 2007 -0700
+++ b/src/statusicon/si.h	Thu May 24 02:07:53 2007 -0700
@@ -34,7 +34,6 @@
 {
     NULL,					/* handle */
     NULL,					/* filename */
-    -1,						/* session */
     "Status Icon " SI_VERSION_PLUGIN,		/* description */
     si_init,					/* init */
     si_about,					/* about */