unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* :overline face attribute fix
@ 2004-08-23 11:45 B. Anyos
  0 siblings, 0 replies; only message in thread
From: B. Anyos @ 2004-08-23 11:45 UTC (permalink / raw)


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

Hi,

There's been a long existing problem on Win32 with :overline
face attribute. Namely it didn't appear due to a bug/type in w32term.c

Here the patch.
Please incorporate into the CVS as I'm not a member.

Regards,
  Bela

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

[-- 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] only message in thread

only message in thread, other threads:[~2004-08-23 11:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-23 11:45 :overline face attribute fix B. Anyos

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).