emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Thu, 30 Jun 2005 10:56:48 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.867 emacs/src/xterm.c:1.868
*** emacs/src/xterm.c:1.867     Mon Jun  6 21:27:50 2005
--- emacs/src/xterm.c   Thu Jun 30 14:56:48 2005
***************
*** 535,540 ****
--- 535,546 ----
       int x, y0, y1;
  {
    struct frame *f = XFRAME (WINDOW_FRAME (w));
+   struct face *face;
+ 
+   face = FACE_FROM_ID (f, VERTICAL_BORDER_FACE_ID);
+   if (face)
+     XSetForeground (FRAME_X_DISPLAY (f), f->output_data.x->normal_gc,
+                   face->foreground);
  
    XDrawLine (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
             f->output_data.x->normal_gc, x, y0, x, y1);




reply via email to

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