diff options
Diffstat (limited to 'gtk/gtkrenderbackgroundprivate.h')
-rw-r--r-- | gtk/gtkrenderbackgroundprivate.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/gtkrenderbackgroundprivate.h b/gtk/gtkrenderbackgroundprivate.h index a812b3ef7a..43aaf17580 100644 --- a/gtk/gtkrenderbackgroundprivate.h +++ b/gtk/gtkrenderbackgroundprivate.h @@ -24,14 +24,13 @@ #include <cairo.h> #include "gtkcsstypesprivate.h" +#include "gtkcssboxesprivate.h" #include "gtktypes.h" G_BEGIN_DECLS -void gtk_css_style_snapshot_background (GtkCssStyle *style, - GtkSnapshot *snapshot, - gdouble width, - gdouble height); +void gtk_css_style_snapshot_background (GtkCssBoxes *boxes, + GtkSnapshot *snapshot); |