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.
| 11120 | 1 | void __attribute__ ((constructor)) my_init(void) { |
| 2 | /* Very evil hack...puts perl.so's symbols in the global table */ | |
| 3 | /* but does not create a circular dependancy because g_module_open */ | |
| 4 | /* will only open the library once. */ | |
| 5 | g_module_open("perl.so", 0); | |
| 6 | } |