Mercurial > hg > xemacs-beta
comparison src/objects-msw.c @ 3662:b880e45ea63b
[xemacs-hg @ 2006-11-06 19:35:43 by aidan]
Fix the Windows and non-DEBUG_XEMACS builds--thank you Vin.
author | aidan |
---|---|
date | Mon, 06 Nov 2006 19:35:45 +0000 |
parents | 98af8a976fc3 |
children | 4143b78d0df0 |
comparison
equal
deleted
inserted
replaced
3661:8fa1f807fc4e | 3662:b880e45ea63b |
---|---|
2165 static int | 2165 static int |
2166 mswindows_font_spec_matches_charset (struct device *d, Lisp_Object charset, | 2166 mswindows_font_spec_matches_charset (struct device *d, Lisp_Object charset, |
2167 const Ibyte *nonreloc, | 2167 const Ibyte *nonreloc, |
2168 Lisp_Object reloc, | 2168 Lisp_Object reloc, |
2169 Bytecount offset, Bytecount length, | 2169 Bytecount offset, Bytecount length, |
2170 int stage) | 2170 enum font_specifier_matchspec_stages stage) |
2171 { | 2171 { |
2172 return stage ? | 2172 return stage ? |
2173 mswindows_font_spec_matches_charset_stage_2 (d, charset, nonreloc, | 2173 mswindows_font_spec_matches_charset_stage_2 (d, charset, nonreloc, |
2174 reloc, offset, length) | 2174 reloc, offset, length) |
2175 : mswindows_font_spec_matches_charset_stage_1 (d, charset, nonreloc, | 2175 : mswindows_font_spec_matches_charset_stage_1 (d, charset, nonreloc, |