emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

:overline face attribute fix -- again


From: B. Anyos
Subject: :overline face attribute fix -- again
Date: Wed, 20 Oct 2004 15:08:53 +0200
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

Hi,

There's been a long existing bug/typo with the mentioned
attribute on Win32 only. I already submitted a fix weeks
ago but nobody took the effort to patch the file ?

Would anyone please incorporate this fix into the upcoming
release. It would be nice to have this solved.

For reference I attached the patch again.

Thanks in advance,
 Bela
--- w32term.c   Fri Aug 20 12:34:12 2004
+++ w32term.c.new       Mon Aug 23 08:51:08 2004
@@ -2506,7 +2506,7 @@
         }
           else
             {
-              w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x,
+              w32_fill_area (s->f, s->hdc, s->face->overline_color, s->x,
                              s->y + dy, s->width, h);
             }
         }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]