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: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Thu, 15 Nov 2001 11:13:48 -0500

Index: emacs/src/xterm.c
diff -u emacs/src/xterm.c:1.682 emacs/src/xterm.c:1.683
--- emacs/src/xterm.c:1.682     Thu Nov 15 06:01:58 2001
+++ emacs/src/xterm.c   Thu Nov 15 11:13:47 2001
@@ -4129,7 +4129,7 @@
   if (s->hl == DRAW_IMAGE_SUNKEN
       || s->hl == DRAW_IMAGE_RAISED)
     {
-      thick = tool_bar_button_relief > 0 ? tool_bar_button_relief : 3;
+      thick = tool_bar_button_relief >= 0 ? tool_bar_button_relief : 3;
       raised_p = s->hl == DRAW_IMAGE_RAISED;
     }
   else



reply via email to

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