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,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v
Date: Fri, 08 Sep 2006 11:35:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/09/08 11:35:01

Index: xterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.c,v
retrieving revision 1.924
retrieving revision 1.925
diff -u -b -r1.924 -r1.925
--- xterm.c     24 Aug 2006 20:52:00 -0000      1.924
+++ xterm.c     8 Sep 2006 11:35:01 -0000       1.925
@@ -2689,9 +2689,8 @@
          if (!XGetFontProperty (s->font, XA_UNDERLINE_THICKNESS, &h))
            h = 1;
 
-          if (x_underline_at_descent_line)
            y = s->y + s->height - h;
-          else
+         if (!x_underline_at_descent_line)
             {
              /* Get the underline position.  This is the recommended
                  vertical offset in pixels from the baseline to the top of




reply via email to

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