| 36 #include "version.h" |
36 #include "version.h" |
| 37 |
37 |
| 38 /* |
38 /* |
| 39 * MACROS & DEFINES |
39 * MACROS & DEFINES |
| 40 */ |
40 */ |
| |
41 /* The plugin name is left unchanged from its WinAPI days in order to keep it |
| |
42 * loading for users who were using it. */ |
| 41 #define WINTRANS_PLUGIN_ID "gtk-win-trans" |
43 #define WINTRANS_PLUGIN_ID "gtk-win-trans" |
| 42 |
44 |
| 43 #define blist (purple_get_blist() \ |
45 #define blist (purple_get_blist() \ |
| 44 ? (PIDGIN_BLIST(purple_get_blist()) \ |
46 ? (PIDGIN_BLIST(purple_get_blist()) \ |
| 45 ? ((PIDGIN_BLIST(purple_get_blist()))->window) \ |
47 ? ((PIDGIN_BLIST(purple_get_blist()))->window) \ |