aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-08-05 19:47:13 +0200
committerMattias Andrée <maandree@kth.se>2021-08-05 19:47:13 +0200
commit8047da0e01ad5692ca22fa46eb45e8815105bc68 (patch)
tree68c85e2481322302e451a0ee314579e995396c8f /libskrift.h
parentm (diff)
downloadlibskrift-8047da0e01ad5692ca22fa46eb45e8815105bc68.tar.gz
libskrift-8047da0e01ad5692ca22fa46eb45e8815105bc68.tar.bz2
libskrift-8047da0e01ad5692ca22fa46eb45e8815105bc68.tar.xz
make demo flexible + minor fixes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libskrift.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libskrift.h b/libskrift.h
index fc99142..4873d7d 100644
--- a/libskrift.h
+++ b/libskrift.h
@@ -145,7 +145,7 @@ struct libskrift_saved_grapheme {
size_t len;
};
-struct libskrift_image {
+struct libskrift_image { /* TODO need horizontal blanking */
enum libskrift_format format;
enum libskrift_endian endian;
int premultiplied;