summaryrefslogtreecommitdiff
path: root/chat/xchat/patches/patch-ac
blob: 510d7ef00db3952a10ba2175c9bc46e1fbe0967d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.6 2008/10/17 11:03:43 tron Exp $

Fix build with GTK+ 2.13.* and newer. Patch taken from this bug report:

http://sourceforge.net/tracker/index.php?func=detail&aid=2070689&group_id=239&atid=100239

--- src/fe-gtk/xtext.h.orig	2008-02-24 04:48:02.000000000 +0000
+++ src/fe-gtk/xtext.h	2008-10-17 11:54:59.000000000 +0100
@@ -270,6 +270,6 @@
 xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
 void gtk_xtext_buffer_free (xtext_buffer *buf);
 void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
-GtkType gtk_xtext_get_type (void);
+GType gtk_xtext_get_type (void);
 
 #endif