diff options
| author | Joakim Verona | 2010-06-23 13:19:18 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-06-23 13:19:18 +0200 |
| commit | ff982c322045ced3480f3a36fcf05acaf84547c1 (patch) | |
| tree | 4efe998261ff6d0f8752ebeeb84938e6a7b6effc /src/xterm.c | |
| parent | 14d0b57c0e88c730d676197f923a18d6b926b6ed (diff) | |
| parent | 04c23739823fecd98cbc06ad627b36e5bd8e482e (diff) | |
| download | emacs-ff982c322045ced3480f3a36fcf05acaf84547c1.tar.gz emacs-ff982c322045ced3480f3a36fcf05acaf84547c1.zip | |
erge and a readme
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 519ece2a2d3..ac6ee55954b 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5005,7 +5005,6 @@ x_scroll_bar_create (w, top, left, width, height) | |||
| 5005 | left + VERTICAL_SCROLL_BAR_WIDTH_TRIM, | 5005 | left + VERTICAL_SCROLL_BAR_WIDTH_TRIM, |
| 5006 | width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2, | 5006 | width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2, |
| 5007 | max (height, 1)); | 5007 | max (height, 1)); |
| 5008 | xg_show_scroll_bar (bar->x_window); | ||
| 5009 | #else /* not USE_GTK */ | 5008 | #else /* not USE_GTK */ |
| 5010 | Widget scroll_bar = SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f), bar); | 5009 | Widget scroll_bar = SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f), bar); |
| 5011 | XtConfigureWidget (scroll_bar, | 5010 | XtConfigureWidget (scroll_bar, |