Mercurial > hg > xemacs-beta
diff src/redisplay-output.c @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 376386a54a3c |
children | 56c54cf7c5b6 |
line wrap: on
line diff
--- a/src/redisplay-output.c Mon Aug 13 08:48:43 2007 +0200 +++ b/src/redisplay-output.c Mon Aug 13 08:49:20 2007 +0200 @@ -1140,7 +1140,12 @@ /* #### See if we can get away with only calling this if max_line_len is greater than the window_char_width. */ #ifdef HAVE_SCROLLBARS - update_window_scrollbars (w, NULL, 1, 1); + { + extern int stupid_vertical_scrollbar_drag_hack; + + update_window_scrollbars (w, NULL, 1, stupid_vertical_scrollbar_drag_hack); + stupid_vertical_scrollbar_drag_hack = 1; + } #endif /* This has to be done after we've updated the values. We don't