summaryrefslogtreecommitdiff
path: root/ucf.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2006-10-12 04:57:59 +0000
committerRich Felker <dalias@aerifal.cx>2006-10-12 04:57:59 +0000
commit58ece9167987dbc3b88656c470244543cb3d5c32 (patch)
treea179d554c596ef7e885800564b61e7117c49e979 /ucf.h
parentc50a3902f6a5557c0173f6c588540d3207914aec (diff)
downloaduuterm-58ece9167987dbc3b88656c470244543cb3d5c32.tar.gz
store max possible glyphs bound
Diffstat (limited to 'ucf.h')
-rw-r--r--ucf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucf.h b/ucf.h
index da238cd..1429cd3 100644
--- a/ucf.h
+++ b/ucf.h
@@ -6,7 +6,7 @@ struct ucf
{
int w, h, s, S;
const unsigned char *ranges, *ctab, *gmap, *glyphs;
- unsigned nranges;
+ unsigned nranges, nglyphs;
};
int ucf_init(struct ucf *, const unsigned char *, size_t);