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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Sun, 02 Dec 2001 12:28:08 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.692 emacs/src/xterm.c:1.693
*** emacs/src/xterm.c:1.692     Sun Dec  2 08:13:01 2001
--- emacs/src/xterm.c   Sun Dec  2 12:28:08 2001
***************
*** 4129,4135 ****
    if (s->hl == DRAW_IMAGE_SUNKEN
        || s->hl == DRAW_IMAGE_RAISED)
      {
!       thick = tool_bar_button_relief >= 0 ? tool_bar_button_relief : 3;
        raised_p = s->hl == DRAW_IMAGE_RAISED;
      }
    else
--- 4129,4135 ----
    if (s->hl == DRAW_IMAGE_SUNKEN
        || s->hl == DRAW_IMAGE_RAISED)
      {
!       thick = tool_bar_button_relief >= 0 ? tool_bar_button_relief : 
DEFAULT_TOOL_BAR_BUTTON_RELIEF;
        raised_p = s->hl == DRAW_IMAGE_RAISED;
      }
    else



reply via email to

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