comparison src/redisplay-msw.c @ 265:8efd647ea9ca r20-5b31

Import from CVS: tag r20-5b31
author cvs
date Mon, 13 Aug 2007 10:25:37 +0200
parents 727739f917cb
children 966663fcf606
comparison
equal deleted inserted replaced
264:682d2a9d41a5 265:8efd647ea9ca
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 #if defined(DEBUG_XEMACS) || defined(__CYGWIN32__) 220 #if defined(DEBUG_XEMACS)
221 /* evil kludge! - #### do we need this? - cygwin does for some 221 /* evil kludge! - #### do we need this? - cygwin does for some
222 reason --andyp */ 222 reason --andyp */
223 if (!NILP (fg) && !COLOR_INSTANCEP (fg)) 223 if (!NILP (fg) && !COLOR_INSTANCEP (fg))
224 { 224 {
225 /* this break under mule */ 225 /* this break under mule */