diff options
author | Benjamin Otte <otte@redhat.com> | 2016-10-06 23:55:53 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | eace2cf4219bbb1be376567f804ae2e0c3b5821a (patch) | |
tree | 1e74bd8c75c7105e217e0d639c5dc6e0742536c4 /gtk/gtkstylecontext.h | |
parent | bae12e6a2fdb1ed58f159f0a9606364480efea99 (diff) | |
download | gtk+-eace2cf4219bbb1be376567f804ae2e0c3b5821a.tar.gz |
API: Remove gdk_window_set_background()
Backgrounds are always transparent black.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 9f8551f7be..f6838bb3eb 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -1228,10 +1228,6 @@ void gtk_style_context_invalidate (GtkStyleContext *context); GDK_AVAILABLE_IN_ALL void gtk_style_context_reset_widgets (GdkScreen *screen); -GDK_DEPRECATED_IN_3_18_FOR(gtk_render_background) -void gtk_style_context_set_background (GtkStyleContext *context, - GdkWindow *window); - GDK_AVAILABLE_IN_3_4 void gtk_render_insertion_cursor (GtkStyleContext *context, |