]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkthemingbackgroundprivate.h
Re-fix opacity group handling
[~andy/gtk] / gtk / gtkthemingbackgroundprivate.h
index e3e19745cdc8f412ee86d406a787631a7eccbaad..23fe092157382ae311841cd78cfd334994e07804 100644 (file)
@@ -35,17 +35,11 @@ struct _GtkThemingBackground {
   GtkStyleContext *context;
 
   cairo_rectangle_t paint_area;
-  cairo_rectangle_t image_rect;
-
-  GtkJunctionSides junction;
-  GtkCssImage *image;
-
+  GtkRoundedBox border_box;
   GtkRoundedBox padding_box;
-  GtkRoundedBox clip_box;
+  GtkRoundedBox content_box;
 
-  GtkStateFlags flags;
-  GtkBorder border;
-  GtkBorder padding;
+  GtkJunctionSides junction;
   GdkRGBA bg_color;
 };