projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3d911
)
Add note re _NullPool
author
Behdad Esfahbod
<behdad@behdad.org>
Thu, 7 Jun 2012 21:42:48 +0000
(17:42 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Thu, 7 Jun 2012 21:42:48 +0000
(17:42 -0400)
src/hb-open-type-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-open-type-private.hh
b/src/hb-open-type-private.hh
index
5d90e5b
..
5f097f0
100644
(file)
--- a/
src/hb-open-type-private.hh
+++ b/
src/hb-open-type-private.hh
@@
-130,6
+130,7
@@
inline Type& StructAfter(TObject &X)
*/
/* Global nul-content Null pool. Enlarge as necessary. */
+/* TODO This really should be a extern HB_INTERNAL and defined somewhere... */
static const void *_NullPool[64 / sizeof (void *)];
/* Generic nul-content Null objects. */