patches from Miroslav for file info dialog and tag editing

This commit is contained in:
Josh Coalson
2002-11-19 06:17:04 +00:00
parent eb3c586a01
commit ee3032a09f
4 changed files with 256 additions and 148 deletions

View File

@@ -47,6 +47,7 @@
#endif
#define min(x,y) ((x)<(y)?(x):(y))
extern void FLAC_XMMS__file_info_box(char *filename);
typedef struct {
FLAC__bool abort_flag;
@@ -108,7 +109,7 @@ InputPlugin flac_ip =
NULL,
NULL,
FLAC_XMMS__get_song_info,
NULL, /* file_info_box */
FLAC_XMMS__file_info_box,
NULL
};