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.
| 11118 | 1 | #include "module.h" |
| 2 | ||
| 3 | MODULE = Gaim::Privacy PACKAGE = Gaim::Privacy PREFIX = gaim_privacy_ | |
| 4 | PROTOTYPES: ENABLE | |
| 5 | ||
| 6 | Gaim::Privacy::UiOps | |
| 7 | gaim_privacy_get_ui_ops() | |
| 8 | ||
| 9 | ||
| 10 | void | |
| 11 | gaim_privacy_init() | |
| 12 | ||
| 13 | ||
| 14 | void | |
| 15 | gaim_privacy_set_ui_ops(ops) | |
| 16 | Gaim::Privacy::UiOps ops | |
| 17 |