Tue Apr 11 18:37:44 EEST 2006 Timo Savola * gtk-scrollbar-position diff -rN -u old-emacs/src/xterm.c new-emacs/src/xterm.c --- old-emacs/src/xterm.c 2006-04-11 19:57:30.000000000 +0300 +++ new-emacs/src/xterm.c 2006-04-11 18:35:35.000000000 +0300 @@ -4984,12 +4984,12 @@ if (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (w)) sb_left = (left + (WINDOW_RIGHTMOST_P (w) - ? width - sb_width - (width - sb_width) / 2 + ? width - sb_width : 0)); else sb_left = (left + (WINDOW_LEFTMOST_P (w) - ? (width - sb_width) / 2 + ? 0 : width - sb_width)); #else if (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (w))