diff options
| author | Karl Heuer | 1994-03-15 01:25:19 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-15 01:25:19 +0000 |
| commit | fb61ec09b7ca89560ef471878e79d27ee2952e4a (patch) | |
| tree | a7a0f4180cd2091c54f88c5037918a5a56edb512 /src | |
| parent | 91f5a8d77900b7f3fe8034f98fe07f33b6e7d546 (diff) | |
| download | emacs-fb61ec09b7ca89560ef471878e79d27ee2952e4a.tar.gz emacs-fb61ec09b7ca89560ef471878e79d27ee2952e4a.zip | |
(x_scroll_bar_expose): Don't make the right border thicker.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xterm.c b/src/xterm.c index 8a219c5da16..93610d90921 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -2458,12 +2458,6 @@ x_scroll_bar_expose (bar, event) | |||
| 2458 | /* x, y, width, height */ | 2458 | /* x, y, width, height */ |
| 2459 | 0, 0, XINT (bar->width) - 1, XINT (bar->height) - 1); | 2459 | 0, 0, XINT (bar->width) - 1, XINT (bar->height) - 1); |
| 2460 | 2460 | ||
| 2461 | /* Draw another line to make the extra-thick border on the right. */ | ||
| 2462 | XFillRectangle (x_current_display, w, gc, | ||
| 2463 | |||
| 2464 | /* x, y, width, height */ | ||
| 2465 | XINT (bar->width) - 2, 1, 1, XINT (bar->height) - 2); | ||
| 2466 | |||
| 2467 | UNBLOCK_INPUT; | 2461 | UNBLOCK_INPUT; |
| 2468 | } | 2462 | } |
| 2469 | 2463 | ||