(draw_background): Don't draw background even if
authorhanda <handa>
Mon, 24 May 2004 04:02:11 +0000 (04:02 +0000)
committerhanda <handa>
Mon, 24 May 2004 04:02:11 +0000 (04:02 +0000)
rface->face.property[MFACE_BACKGROUND] is not Mnil.

src/draw.c

index a1d86ca..d182f0c 100644 (file)
@@ -1015,7 +1015,6 @@ draw_background (MFrame *frame, MDrawWindow win, int x, int y,
            }
          if (width > 0
              && (control->as_image
-                 || rface->face.property[MFACE_BACKGROUND] != Mnil
                  || rface->face.property[MFACE_VIDEOMODE] == Mreverse))
            {
              int this_x = x, this_width = width;