summaryrefslogtreecommitdiff
path: root/chat/xchat-systray-integration/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xchat-systray-integration/patches/patch-ae')
-rw-r--r--chat/xchat-systray-integration/patches/patch-ae34
1 files changed, 34 insertions, 0 deletions
diff --git a/chat/xchat-systray-integration/patches/patch-ae b/chat/xchat-systray-integration/patches/patch-ae
new file mode 100644
index 00000000000..e6d02c4354b
--- /dev/null
+++ b/chat/xchat-systray-integration/patches/patch-ae
@@ -0,0 +1,34 @@
+$NetBSD: patch-ae,v 1.1 2006/07/06 22:04:03 minskim Exp $
+
+--- src/libs/traycoreengine.h.orig 2004-04-30 05:38:10.000000000 -0700
++++ src/libs/traycoreengine.h
+@@ -35,20 +35,20 @@ MYICON loadicons(char* filename ,char* t
+ void clean_up();
+
+ //xchat plugin var
+-xchat_plugin *ph;
+-xchat_context *flash_ctx;
+-xchat_context *focus_ctx;
++extern xchat_plugin *ph;
++extern xchat_context *flash_ctx;
++extern xchat_context *focus_ctx;
+
+
+-GHashTable *servers_names;
+-gint status;
++extern GHashTable *servers_names;
++extern gint status;
+
+ #ifndef _WIN32_
+- GtkWidget *tray_icon_image;
+- GtkWidget *tray_icon;
+- GtkTooltips *tray_icon_tooltip;
++ extern GtkWidget *tray_icon_image;
++ extern GtkWidget *tray_icon;
++ extern GtkTooltips *tray_icon_tooltip;
+ #else
+- NOTIFYICONDATA tray_icon;
++ extern NOTIFYICONDATA tray_icon;
+ #endif
+
+ #endif