From 001f174cf5b06e8725d46a659ef5416c241b45dd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 21 Sep 2010 14:23:57 -0400 Subject: Big rework of image.c and the image cache system. Added a lot of comments, simplified call graphs. Added full (not second-class) support for images coming from named sources (files, icon themes). RrImage holds an RrImageSet. RrImageSet holds a bunch of RrImagePic, which are different sizes of a logical image. RrImageSet objects can be merged if it is discovered they (will) share an RrImagePic. The RrImage objects are updated to use the new merged RrImageSet. --- obrender/image.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'obrender/image.h') diff --git a/obrender/image.h b/obrender/image.h index 6e4a50e0..28f29c2c 100644 --- a/obrender/image.h +++ b/obrender/image.h @@ -22,10 +22,6 @@ #include "render.h" #include "geom.h" -/*! Initialize an RrImagePicture to the specified dimensions and pixel data */ -void RrImagePicInit(RrImagePic *pic, const gchar *path, - gint w, gint h, RrPixel32 *data); - void RrImageDrawImage(RrPixel32 *target, RrTextureImage *img, gint target_w, gint target_h, RrRect *area); -- cgit v1.2.3