]> git.wh0rd.org - fontconfig.git/commit
Convert ObjectPtr from a fat structure to a simple index into an id table;
authorPatrick Lam <plam@MIT.EDU>
Thu, 7 Jul 2005 12:09:10 +0000 (12:09 +0000)
committerPatrick Lam <plam@MIT.EDU>
Thu, 7 Jul 2005 12:09:10 +0000 (12:09 +0000)
commit0fa680f0766a8f545b20a7935a19e9db5529f903
treea56276a9a884e5f7c9297a3ccf92a266eab1359d
parentcd2ec1a940888ebcbd323a8000d2fcced41ddf9e
Convert ObjectPtr from a fat structure to a simple index into an id table;
    ids can be positive (for static strings) or negative (for dynamic
    strings). Static strings belong to a single buffer, while dynamic
    strings are independently allocated.
fontconfig/fontconfig.h
src/fccfg.c
src/fcname.c
src/fcpat.c
src/fcxml.c