]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssimageurlprivate.h
gtkenums: correct various documentation typos
[~andy/gtk] / gtk / gtkcssimageurlprivate.h
index c9e4f7dc6c4f3c9671f0b52935e7b7c14a961545..f2d91d146de59dec9712c68e652d1e0360c41525 100644 (file)
@@ -38,7 +38,8 @@ struct _GtkCssImageUrl
 {
   GtkCssImage parent;
 
-  cairo_surface_t *surface;             /* the surface we render - guaranteed to be an image surface */
+  GFile           *file;                /* the file we're loading from */
+  GtkCssImage     *loaded_image;        /* the actual image we render */
 };
 
 struct _GtkCssImageUrlClass