From: Duilio J. P. <dp...@fc...> - 2004-09-24 16:18:13
|
I have make a new configure dialog for xmms plugin, please take a look. About the API update, I have to add it a new visual_is_initialized() function to known where libvisual is already initialized, otherwise I have one of two problems: - I call visual_init() again, and fail because of overinitialization. - Or if libvisual is not initialized, I cannot get the plugins list, show correct messages, etc. Waht do you think about this new function, Dennis? Bye, Duilio. |