aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap.h b/src/wrap.h
index 75af86b..a8f9593 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -76,7 +76,7 @@ struct wrap_box
double col[4]; /* rgba colour */
/* For type == WRAP_BOX_IMAGE */
- /* Nothing yet */
+ char *filename;
};