Mon, 03 Oct 2005 03:17:46 +0000
[gaim-migrate @ 13866]
Rewrite of the "transparency" plugin. This should suck less and now offers the option of being opaque on focus. I need to evaluate the "Always on top" functionality of the Buddy List because it may conflict wiht the WinGaim Options plugin.
#include "module.h" MODULE = Gaim::Sound PACKAGE = Gaim::Sound PREFIX = gaim_sound_ PROTOTYPES: ENABLE Gaim::Sound::UiOps gaim_sound_get_ui_ops() void gaim_sound_init() void gaim_sound_play_event(event) Gaim::SoundEventID event void gaim_sound_play_file(filename) const char *filename void gaim_sound_set_ui_ops(ops) Gaim::Sound::UiOps ops void gaim_sound_uninit()