]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssimageurlprivate.h
entry: Use GtkSelectionWindow for touch text selection
[~andy/gtk] / gtk / gtkcssimageurlprivate.h
index e2df7f1c7b19ef46147b0fa41316f9cf05825a27..f2d91d146de59dec9712c68e652d1e0360c41525 100644 (file)
@@ -39,7 +39,7 @@ struct _GtkCssImageUrl
   GtkCssImage parent;
 
   GFile           *file;                /* the file we're loading from */
-  cairo_surface_t *surface;             /* the surface we render - guaranteed to be an image surface */
+  GtkCssImage     *loaded_image;        /* the actual image we render */
 };
 
 struct _GtkCssImageUrlClass