Mercurial > hg > xemacs-beta
comparison src/redisplay-msw.c @ 253:157b30c96d03 r20-5b25
Import from CVS: tag r20-5b25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:20:27 +0200 |
parents | 677f6a0ee643 |
children | 727739f917cb |
comparison
equal
deleted
inserted
replaced
252:afb15df44434 | 253:157b30c96d03 |
---|---|
215 Lisp_Object bg, Lisp_Object bg_pmap) | 215 Lisp_Object bg, Lisp_Object bg_pmap) |
216 { | 216 { |
217 if (!NILP (font)) | 217 if (!NILP (font)) |
218 SelectObject(hdc, FONT_INSTANCE_MSWINDOWS_HFONT (XFONT_INSTANCE (font))); | 218 SelectObject(hdc, FONT_INSTANCE_MSWINDOWS_HFONT (XFONT_INSTANCE (font))); |
219 | 219 |
220 #ifdef DEBUG_XEMACS | 220 #if defined(DEBUG_XEMACS) || defined(__CYGWIN32__) |
221 /* evil kludge! - #### do we need this? */ | 221 /* evil kludge! - #### do we need this? - cygwin does for some |
222 reason --andyp */ | |
222 if (!NILP (fg) && !COLOR_INSTANCEP (fg)) | 223 if (!NILP (fg) && !COLOR_INSTANCEP (fg)) |
223 { | 224 { |
224 /* this break under mule */ | 225 /* this break under mule */ |
225 #if 0 | 226 #if 0 |
226 fprintf (stderr, "Help! mswindows_update_dc got a bogus fg value! fg = "); | 227 fprintf (stderr, "Help! mswindows_update_dc got a bogus fg value! fg = "); |