aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 3e5cd45b431..40c80eb1f70 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7588,7 +7588,7 @@ x_draw_relief_rect (struct frame *f, int left_x, int top_y, int right_x,
7588 if (top_p && left_p && bot_p && right_p 7588 if (top_p && left_p && bot_p && right_p
7589 && hwidth > 1 && vwidth > 1) 7589 && hwidth > 1 && vwidth > 1)
7590 x_draw_rectangle (f, black_gc, left_x, top_y, 7590 x_draw_rectangle (f, black_gc, left_x, top_y,
7591 right_x - left_x, top_y - bottom_y); 7591 right_x - left_x, bottom_y - top_y);
7592 else 7592 else
7593 { 7593 {
7594 if (top_p && hwidth > 1) 7594 if (top_p && hwidth > 1)