From: Matt Birkholz Date: Fri, 12 Aug 2016 00:47:43 +0000 (-0700) Subject: gtk: gtk_style_context_set_background is deprecated as of Gtk+ 3.18. X-Git-Tag: mit-scheme-pucked-9.2.12~262 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3db748c1cc29bfa39ad020b355ff713c2536b513;p=mit-scheme.git gtk: gtk_style_context_set_background is deprecated as of Gtk+ 3.18. --- diff --git a/src/gtk/Includes/gtkstylecontext.cdecl b/src/gtk/Includes/gtkstylecontext.cdecl index 4920362ea..9134538a2 100644 --- a/src/gtk/Includes/gtkstylecontext.cdecl +++ b/src/gtk/Includes/gtkstylecontext.cdecl @@ -7,7 +7,8 @@ gtk/gtkstylecontext.h |# (provider (* GtkStyleProvider)) (priority guint)) -(extern void gtk_style_context_set_background +;; Deprecated as of Gtk+ 3.18. +#;(extern void gtk_style_context_set_background (context (* GtkStyleContext)) (window (* GdkWindow)))