summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index d99e5deec..44fcb54b1 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -87,6 +87,9 @@ static const content_type image_types[] = {
#ifdef WITH_AMIGA_ICON
CONTENT_AMIGA_ICON,
#endif
+#ifdef WITH_APPLE_IMAGE
+ CONTENT_APPLE_IMAGE,
+#endif
CONTENT_UNKNOWN };
/* the strings are not important, since we just compare the pointers */