Wireshark mailing list archives
Re: GCC GTK3 Wireshark build warnings ?
From: Bill Meier <wmeier () newsguy com>
Date: Wed, 11 Nov 2015 21:57:38 -0500
On 11/11/2015 1:24 PM, Bálint Réczey wrote:
It looks like Balint already sent a patch to Gtk: https://www.wireshark.org/lists/wireshark-dev/201403/msg00042.htmlIt seems to be a new breakage, I have to check it.
Yep: from the gtk 3.18 repository: gtkstyle.h commit2015-05-14 Amend deprecation warnings for GtkStyle API Emmanuele Bassi 1 -28/+28
diff --git a/gtk/deprecated/gtkstyle.h b/gtk/deprecated/gtkstyle.h
index dbe83df..55b6934 100644
--- a/gtk/deprecated/gtkstyle.h
+++ b/gtk/deprecated/gtkstyle.h
@@ -451,7 +451,7 @@ GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
void gtk_style_set_background (GtkStyle *style,
GdkWindow *window,
GtkStateType state_type);
-GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
+GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext and gtk_render_background)
void gtk_style_apply_default_background (GtkStyle *style,
cairo_t *cr,
GdkWindow *window,
I note that in the previous case the patch was to replace 'AND' with '&'
....
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- GCC GTK3 Wireshark build warnings ? Bill Meier (Nov 11)
- Re: GCC GTK3 Wireshark build warnings ? João Valverde (Nov 11)
- Re: GCC GTK3 Wireshark build warnings ? Jeff Morriss (Nov 11)
- Re: GCC GTK3 Wireshark build warnings ? Guy Harris (Nov 11)
- Re: GCC GTK3 Wireshark build warnings ? Jeff Morriss (Nov 11)
- Re: GCC GTK3 Wireshark build warnings ? Bálint Réczey (Nov 11)
- Re: GCC GTK3 Wireshark build warnings ? Bill Meier (Nov 11)
- Re: GCC GTK3 Wireshark build warnings ? Bill Meier (Nov 11)
- Re: GCC GTK3 Wireshark build warnings ? Guy Harris (Nov 11)
