aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-21 13:55:42 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-21 13:55:42 +0200
commita08d89c334bcdda3fbcecbf2bc739ec8769ef47c (patch)
tree89ef76393b49e1edfe73df57d93d59c6bc02a973 /src/wrap.h
parent589f48b7667fe3ce12ee79709804a1102a2c9474 (diff)
ImageStore stuff
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;
};