Mercurial > emacs
changeset 6356:3d2f4fb43924
(x_scroll_bar_expose): Don't make the right border thicker.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 15 Mar 1994 01:25:19 +0000 |
parents | 8d624c058f31 |
children | fb5923ece02c |
files | src/xterm.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Tue Mar 15 00:25:00 1994 +0000 +++ b/src/xterm.c Tue Mar 15 01:25:19 1994 +0000 @@ -2458,12 +2458,6 @@ /* x, y, width, height */ 0, 0, XINT (bar->width) - 1, XINT (bar->height) - 1); - /* Draw another line to make the extra-thick border on the right. */ - XFillRectangle (x_current_display, w, gc, - - /* x, y, width, height */ - XINT (bar->width) - 2, 1, 1, XINT (bar->height) - 2); - UNBLOCK_INPUT; }