comparison src/rootvis/rootvis.c @ 1061:2cf4d0182a86 trunk

[svn] - remove xmms_session values per plugin api v2
author nenolod
date Thu, 24 May 2007 02:11:23 -0700
parents 5aaf6c282617
children 359cd2c10405
comparison
equal deleted inserted replaced
1060:2649ba83333b 1061:2cf4d0182a86
24 // Callback functions 24 // Callback functions
25 VisPlugin rootvis_vtable = { 25 VisPlugin rootvis_vtable = {
26 0, // Handle, filled in by xmms 26 0, // Handle, filled in by xmms
27 0, // Filename, filled in by xmms 27 0, // Filename, filled in by xmms
28 28
29 0, // Session ID
30 "Root Spectrum Analyzer 0.0.8", // description 29 "Root Spectrum Analyzer 0.0.8", // description
31 30
32 0, // # of PCM channels for render_pcm() 31 0, // # of PCM channels for render_pcm()
33 2, // # of freq channels wanted for render_freq() 32 2, // # of freq channels wanted for render_freq()
34 33