]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssimageurlprivate.h
gtkenums: correct various documentation typos
[~andy/gtk] / gtk / gtkcssimageurlprivate.h
index 39041db4054f9f38a79d70d4fc630d0285e267cd..f2d91d146de59dec9712c68e652d1e0360c41525 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: Benjamin Otte <otte@gnome.org>
  */
@@ -39,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