Mercurial > pidgin
changeset 15463:bb3bf2f88406
Warning fix
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 30 Jan 2007 15:43:16 +0000 |
parents | 0b6f337a46d5 |
children | 2399c5295a14 |
files | pidgin/plugins/notify.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/plugins/notify.c Tue Jan 30 06:53:23 2007 +0000 +++ b/pidgin/plugins/notify.c Tue Jan 30 15:43:16 2007 +0000 @@ -105,8 +105,10 @@ #define NOTIFY_PLUGIN_ID "gtk-x11-notify" static GaimPlugin *my_plugin = NULL; +#ifndef _WIN32 static GdkAtom _Cardinal = GDK_NONE; static GdkAtom _GaimUnseenCount = GDK_NONE; +#endif /* notification set/unset */ static int notify(GaimConversation *conv, gboolean increment);