themingbackground: Convert to GtkCssImage

The conversion is incomplete and requires some work to account for
all the CSS crazies, like repeat modes and background-size.
This commit is contained in:
Benjamin Otte
2012-01-03 02:40:50 +01:00
parent 60b8b7a398
commit 52af00686b
2 changed files with 22 additions and 47 deletions

View File

@ -25,7 +25,7 @@
#include <glib-object.h>
#include <cairo.h>
#include "gtkstylecontext.h"
#include "gtkcssimageprivate.h"
#include "gtkstylecontextprivate.h"
#include "gtkroundedboxprivate.h"
#include "gtkshadowprivate.h"
@ -41,7 +41,7 @@ struct _GtkThemingBackground {
cairo_rectangle_t image_rect;
GtkJunctionSides junction;
cairo_pattern_t *pattern;
GtkCssImage *image;
GtkRoundedBox padding_box;
GtkRoundedBox clip_box;