comparison src/crossfade/player.c @ 3155:4af16959f9d3

adapt to audlegacy
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 22 May 2009 19:11:38 +0900
parents 85b7dcee821f
children
comparison
equal deleted inserted replaced
3154:d7eea4d29d4a 3155:4af16959f9d3
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21 * USA. 21 * USA.
22 */ 22 */
23 23
24 #include <audacious/plugin.h> 24 #include <audlegacy/plugin.h>
25 #include "player.h" 25 #include "player.h"
26 26
27 gboolean xfplayer_input_playing() { 27 gboolean xfplayer_input_playing() {
28 return audacious_drct_get_playing(); 28 return audacious_drct_get_playing();
29 } 29 }