diff options
| author | Richard M. Stallman | 2007-03-04 18:28:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-03-04 18:28:49 +0000 |
| commit | f8e2f51366abae0fcf14696d5947f01ca3455419 (patch) | |
| tree | 4e8f9d0369ff72dc9daa18d2f46be776c4790c0c | |
| parent | 3c9bbf9fa420dc44141de15e2671c9333984b9ad (diff) | |
| download | emacs-f8e2f51366abae0fcf14696d5947f01ca3455419.tar.gz emacs-f8e2f51366abae0fcf14696d5947f01ca3455419.zip | |
Whitespace change.
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index c4763dfb3ec..e9cf5fd6d0e 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5279,7 +5279,7 @@ x_scroll_bar_expose (bar, event) | |||
| 5279 | 5279 | ||
| 5280 | x_scroll_bar_set_handle (bar, XINT (bar->start), XINT (bar->end), 1); | 5280 | x_scroll_bar_set_handle (bar, XINT (bar->start), XINT (bar->end), 1); |
| 5281 | 5281 | ||
| 5282 | /* Switch to scroll bar foreground color. */ | 5282 | /* Switch to scroll bar foreground color. */ |
| 5283 | if (f->output_data.x->scroll_bar_foreground_pixel != -1) | 5283 | if (f->output_data.x->scroll_bar_foreground_pixel != -1) |
| 5284 | XSetForeground (FRAME_X_DISPLAY (f), gc, | 5284 | XSetForeground (FRAME_X_DISPLAY (f), gc, |
| 5285 | f->output_data.x->scroll_bar_foreground_pixel); | 5285 | f->output_data.x->scroll_bar_foreground_pixel); |