$NetBSD: patch-af,v 1.1 2006/07/06 22:04:03 minskim Exp $ --- src/libs/traycoreengine.c.orig 2006-07-06 14:43:48.000000000 -0700 +++ src/libs/traycoreengine.c @@ -0,0 +1,16 @@ +#include "traycoreengine.h" + +xchat_plugin *ph; +xchat_context *flash_ctx; +xchat_context *focus_ctx; + +GHashTable *servers_names; +gint status; + +#ifndef _WIN32_ + GtkWidget *tray_icon_image; + GtkWidget *tray_icon; + GtkTooltips *tray_icon_tooltip; +#else + NOTIFYICONDATA tray_icon; +#endif