summaryrefslogtreecommitdiff
path: root/obrender/image.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-09-21 14:23:57 -0400
committerDana Jansens <danakj@orodu.net>2011-01-24 14:19:22 -0500
commit001f174cf5b06e8725d46a659ef5416c241b45dd (patch)
tree44673f3a72f739d4b26e9f997f51d0ea38459369 /obrender/image.h
parentf458d66c7e2f7ea16a3c57b7fa00c9992ec4592c (diff)
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.
Diffstat (limited to 'obrender/image.h')
-rw-r--r--obrender/image.h4
1 files changed, 0 insertions, 4 deletions
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);