Line
Link Here
|
0 |
-- a/src/purple-libnotify+-common.h |
0 |
++ b/src/purple-libnotify+-common.h |
Lines 27-39
Link Here
|
27 |
|
27 |
|
28 |
extern PurplePlugin *notify_plus; |
28 |
extern PurplePlugin *notify_plus; |
29 |
|
29 |
|
30 |
struct |
30 |
struct notify_plus_data_ |
31 |
{ |
31 |
{ |
32 |
gboolean modify_notification; |
32 |
gboolean modify_notification; |
33 |
gboolean use_svg; |
33 |
gboolean use_svg; |
34 |
gboolean overlay_icon; |
34 |
gboolean overlay_icon; |
35 |
gboolean set_transcient; |
35 |
gboolean set_transcient; |
36 |
gboolean actions; |
36 |
gboolean actions; |
37 |
} notify_plus_data; |
37 |
}; |
|
|
38 |
extern struct notify_plus_data_ notify_plus_data; |
38 |
|
39 |
|
39 |
#endif /* __PURPLE_LIBNOTIFY_PLUS_COMMON_H__ */ |
40 |
#endif /* __PURPLE_LIBNOTIFY_PLUS_COMMON_H__ */ |
40 |
-- a/src/purple-libnotify+.c |
41 |
++ b/src/purple-libnotify+.c |
Lines 30-35
Link Here
|
30 |
#include "purple-libnotify+-frames.h" |
30 |
#include "purple-libnotify+-frames.h" |
31 |
|
31 |
|
32 |
PurplePlugin *notify_plus = NULL; |
32 |
PurplePlugin *notify_plus = NULL; |
|
|
33 |
struct notify_plus_data_ notify_plus_data; |
33 |
|
34 |
|
34 |
static void |
35 |
static void |
35 |
_purple_notify_plus_signed_on(PurpleBuddy *buddy, PurplePlugin *plugin) |
36 |
_purple_notify_plus_signed_on(PurpleBuddy *buddy, PurplePlugin *plugin) |