comparison src/objects-msw.c @ 1706:9fc738581a9d

[xemacs-hg @ 2003-09-22 03:21:12 by james] Remove GNU DLD support, fix the C++ build, make eval-related functions visible to modules, and fix minor Windows-related problems.
author james
date Mon, 22 Sep 2003 03:21:19 +0000
parents a1e328407366
children a8d8f419b459
comparison
equal deleted inserted replaced
1705:cdbc76885304 1706:9fc738581a9d
2183 { 2183 {
2184 Lisp_Object fontlist, fonttail; 2184 Lisp_Object fontlist, fonttail;
2185 2185
2186 /* If FONT specifies a particular charset, this will only list fonts with 2186 /* If FONT specifies a particular charset, this will only list fonts with
2187 that charset; otherwise, it will list fonts with all charsets. */ 2187 that charset; otherwise, it will list fonts with all charsets. */
2188 fontlist = mswindows_list_fonts (font, device); 2188 fontlist = mswindows_list_fonts (font, device, Qnil);
2189 2189
2190 if (!stage) 2190 if (!stage)
2191 { 2191 {
2192 LIST_LOOP (fonttail, fontlist) 2192 LIST_LOOP (fonttail, fontlist)
2193 { 2193 {