pango/pangowin32-private.h Drop the PangoWin32SizeInfo struct and the hash
authorTor Lillqvist <tml@novell.com>
Mon, 26 May 2008 16:21:55 +0000 (16:21 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 26 May 2008 16:21:55 +0000 (16:21 +0000)
commitd6e37e0396d8a1bd939bff1f1c254b73770ee7e9
tree54cd02614667bd011e59a1d325bbdb766cc708f1
parente38ae49fe45cd01267ce8198e8a40f98f2d72042
pango/pangowin32-private.h Drop the PangoWin32SizeInfo struct and the hash

2008-05-26  Tor Lillqvist  <tml@novell.com>

* pango/pangowin32-private.h
* pango/pangowin32-fontmap.c: Drop the PangoWin32SizeInfo struct
and the hash table mapping from the relevant part of a
LOGFONTW struct to a list of PangoWin32SizeInfos in
PangoWin32FontMap. It seems that each list was always of length
one anyway, so instead just map directly to each such single list
member, also a LOGFONTW struct. Actually I wonder whether this map
is needed at all, will have to experiment.

svn path=/trunk/; revision=2635
ChangeLog
pango/pangowin32-fontmap.c
pango/pangowin32-private.h