aboutsummaryrefslogtreecommitdiff
path: root/src/objects.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-10-14 22:45:39 +0200
committerThomas White <taw@bitwiz.org.uk>2011-10-14 22:45:39 +0200
commitc124f153354b6f63aa5f40dbe8e99b6b23cb416b (patch)
treefd77f10a561afbfed4dc3b0a11616376e28a0fc7 /src/objects.h
parent5e546ea03485811a893f3e264b7a4315fbbf7005 (diff)
Scale images properly
Diffstat (limited to 'src/objects.h')
-rw-r--r--src/objects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects.h b/src/objects.h
index 09d1d29..dd68c02 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -72,6 +72,7 @@ struct image
extern struct image *get_image(struct image_store *is, char *filename);
extern struct image_store *image_store_new(void);
+extern void unref_image(struct image *i);
extern void notify_style_update(struct presentation *p,
struct style *sty);