(x_to_w32_color): Fix argument to alloca.
authorAndrew Innes <andrewi@gnu.org>
Thu, 4 Oct 2001 17:14:01 +0000 (17:14 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 4 Oct 2001 17:14:01 +0000 (17:14 +0000)
commit8b77111c23f43bbca94b65e0ca0777708a930211
treefc1ddd0202a7a267c16d4fce67c373f00b6c0565
parent9c5becd89aee50c301f5a70a03e8728ce5400bb9
(x_to_w32_color): Fix argument to alloca.
(w32_load_system_font): Don't believe what GetLanguageFontInfo
says; query codepage info directly to determine if font is double
byte.
(x_to_w32_charset): Handle private format for unknown charsets.
Handle wildcards in charset spec, by ignoring them.
(w32_codepage_for_font): Fix argument to alloca.  Don't remove
"*-" prefix from charset.
(x_to_w32_font): Enlarge remainder array for safety.  Specifically
handle the truncated font spec form constructed by font_list_1, so
that we correctly identify the charset fields.  Don't remove "*-"
prefix from charset.
(w32_list_synthesized_fonts): Fix argument to alloca.
src/w32fns.c