summaryrefslogtreecommitdiff
path: root/src/glyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glyph.h')
-rw-r--r--src/glyph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glyph.h b/src/glyph.h
index 8126547..44a6009 100644
--- a/src/glyph.h
+++ b/src/glyph.h
@@ -23,6 +23,7 @@ struct composite {
};
struct glyph {
+ unsigned int glyphidx; /* glyph index */
unsigned int code; /* glyph code */
const char *name; /* glyph name */
int xMin:12, yMin:12;