Mercurial > pidgin.yaz
diff pidgin/plugins/notify.c @ 15464:bb3bf2f88406
Warning fix
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Tue, 30 Jan 2007 15:43:16 +0000 |
| parents | 5fe8042783c1 |
| children | d75099d2567e |
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);
