acb94c0b93
Otherwise, they cause link errors on Darwin.
38 lines
838 B
Text
38 lines
838 B
Text
$NetBSD: patch-ah,v 1.1 2006/07/06 22:04:03 minskim Exp $
|
|
|
|
--- src/data_manager.c.orig 2004-04-30 05:38:10.000000000 -0700
|
|
+++ src/data_manager.c
|
|
@@ -3,6 +3,33 @@
|
|
|
|
#include "data_manager.h"
|
|
|
|
+gboolean highlight;
|
|
+gboolean query;
|
|
+gboolean disconnection;
|
|
+gboolean kick;
|
|
+gboolean dcc_chat;
|
|
+gboolean dcc_send;
|
|
+gboolean invite;
|
|
+gboolean notify_list;
|
|
+GtkWidget *away1,*away2,*away3;
|
|
+GtkWidget *browser_text,*email_text,*player_text,*imagepath_text;
|
|
+//settings items
|
|
+const char* ppath1;
|
|
+const char* epath1;
|
|
+const char* bpath1;
|
|
+const char* imagepath1;
|
|
+#ifndef _WIN32_
|
|
+ gboolean KDE;
|
|
+ gboolean window_manager_modified;
|
|
+#endif
|
|
+//settings items array
|
|
+char ppath[150];
|
|
+char epath[150];
|
|
+char bpath[150];
|
|
+char imagepath[150];
|
|
+gint flash_interval;
|
|
+gboolean killevent;
|
|
+
|
|
//save function
|
|
void write2file(gboolean control) {
|
|
|