summaryrefslogtreecommitdiff
path: root/devel/guile-gnome/patches/patch-ab
blob: 2296040cf94253db1adc05b474f076be8a13ec09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.3 2011/05/13 02:50:06 dmcmahill Exp $

Upstream patch from http://bugzilla-attachments.gnome.org/attachment.cgi?id=148640

--- gtk/gnome/gw/gtk-support.h.orig	2008-04-09 22:10:40.000000000 +0000
+++ gtk/gnome/gw/gtk-support.h
@@ -117,6 +117,6 @@ void _wrap_gtk_tree_view_column_set_cell
 guint _wrap_gtk_ui_manager_add_ui_from_string (GtkUIManager *ui, const gchar *string, GError **error);
 
 GdkWindow* gtk_widget_get_window (GtkWidget *widget);
-GdkRectangle* gtk_widget_get_allocation (GtkWidget *widget);
+GdkRectangle* _wrap_gtk_widget_get_allocation (GtkWidget *widget);
 void _wrap_gtk_drag_dest_set (GtkWidget *widget, GtkDestDefaults flags, const GList *types, GdkDragAction actions);
 GtkStateType gtk_widget_get_state (GtkWidget *widget);