summaryrefslogtreecommitdiff
path: root/gtk/gtkrenderbackgroundprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkrenderbackgroundprivate.h')
-rw-r--r--gtk/gtkrenderbackgroundprivate.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/gtk/gtkrenderbackgroundprivate.h b/gtk/gtkrenderbackgroundprivate.h
index b893b69397..52a6ffd687 100644
--- a/gtk/gtkrenderbackgroundprivate.h
+++ b/gtk/gtkrenderbackgroundprivate.h
@@ -28,13 +28,15 @@
G_BEGIN_DECLS
-void gtk_css_style_render_background (GtkCssStyle *style,
- cairo_t *cr,
- gdouble x,
- gdouble y,
- gdouble width,
- gdouble height,
- GtkJunctionSides junction);
+void gtk_css_style_render_background (GtkCssStyle *style,
+ cairo_t *cr,
+ gdouble x,
+ gdouble y,
+ gdouble width,
+ gdouble height,
+ GtkJunctionSides junction);
+gboolean gtk_css_style_render_background_is_opaque (GtkCssStyle *style);
+
G_END_DECLS