unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* :overline face attribute fix -- again
@ 2004-10-20 13:08 B. Anyos
  2004-10-20 20:11 ` Jason Rumney
  0 siblings, 1 reply; 2+ messages in thread
From: B. Anyos @ 2004-10-20 13:08 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

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

[-- Attachment #2: w32term.patch --]
[-- Type: text/plain, Size: 378 bytes --]

--- 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);
             }
         }

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-20 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-20 13:08 :overline face attribute fix -- again B. Anyos
2004-10-20 20:11 ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).