openbsd-ports/x11/rep-gtk/patches/patch-rep-gtk_h

18 lines
692 B
Plaintext
Raw Normal View History

$OpenBSD: patch-rep-gtk_h,v 1.2 2006/04/30 12:47:16 pedro Exp $
--- rep-gtk.h.orig Wed Feb 12 06:51:45 2003
+++ rep-gtk.h Fri Apr 28 20:35:59 2006
@@ -291,10 +291,11 @@ void gtk_menu_popup_interp (GtkMenu *men
GtkWidget*
gtk_radio_menu_item_new_with_label_from_widget (GtkRadioMenuItem *group,
- gchar *label);
+ const gchar *label);
GtkWidget*
gtk_radio_menu_item_new_with_mnemonic_from_widget (GtkRadioMenuItem *group,
- gchar *label);
+ const gchar *label);
+
GtkWidget* gtk_radio_menu_item_new_from_widget (GtkRadioMenuItem *group);
GtkWidget* gtk_pixmap_new_interp (char *file, GtkWidget *intended_parent);