summaryrefslogtreecommitdiff
path: root/chat/xchat-systray-integration/patches/patch-am
blob: 8319a5280914209884bc99e7f3bbc956ef096658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-am,v 1.1 2006/07/06 22:04:03 minskim Exp $

--- src/menu.h.orig	2004-04-30 05:38:10.000000000 -0700
+++ src/menu.h
@@ -9,8 +9,8 @@
 #include "help.h"
 #include "events.h"
 
-gint onExit;
-GtkWidget *status_menu;
+extern gint onExit;
+extern GtkWidget *status_menu;
 
 void launch_browser();
 void launch_email();