]> git.eshelyaron.com Git - emacs.git/commit
(struct font_info): New structure.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Aug 1993 22:38:31 +0000 (22:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Aug 1993 22:38:31 +0000 (22:38 +0000)
commit2224a5fc74ae074978f60dadf46aa9a38846c619
tree83959d3968012cecd431cfac4a902b92f7c37ebc
parent7a094f24488c2004903f1b2db0c5ee072f02e49f
(struct font_info): New structure.
(x_font_table): Use struct font_info as elements.
(x_new_font): Corresponding changes.
Use XListFonts, not XListFontsWithInfo.
Use XFreeFontNames, not XFreeFontInfo.
Compare fonts by name, not by fid.
If already_loaded is 0, that counts as "yes".
src/xterm.c