# HG changeset patch # User Daniel Atallah # Date 1170171796 0 # Node ID bb3bf2f88406908913f7077f89c29f05d4b8aa0a # Parent 0b6f337a46d543d70cb0ef5548e756889413d24c Warning fix diff -r 0b6f337a46d5 -r bb3bf2f88406 pidgin/plugins/notify.c --- 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);