comparison src/redisplay-output.c @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents 3078fd1074e8
children 373ced43e288
comparison
equal deleted inserted replaced
461:120ed4009e51 462:0784d089fdc9
2150 very localized. We have to update the horizontal scrollbars, 2150 very localized. We have to update the horizontal scrollbars,
2151 though, because this routine could cause a change which has a 2151 though, because this routine could cause a change which has a
2152 larger impact on their sizing. */ 2152 larger impact on their sizing. */
2153 /* #### See if we can get away with only calling this if 2153 /* #### See if we can get away with only calling this if
2154 max_line_len is greater than the window_char_width. */ 2154 max_line_len is greater than the window_char_width. */
2155 /* #### BILL!!! Should we do this for GTK as well? */
2155 #if defined(HAVE_SCROLLBARS) && defined(HAVE_X_WINDOWS) 2156 #if defined(HAVE_SCROLLBARS) && defined(HAVE_X_WINDOWS)
2156 { 2157 {
2157 extern int stupid_vertical_scrollbar_drag_hack; 2158 extern int stupid_vertical_scrollbar_drag_hack;
2158 2159
2159 update_window_scrollbars (w, NULL, 1, stupid_vertical_scrollbar_drag_hack); 2160 update_window_scrollbars (w, NULL, 1, stupid_vertical_scrollbar_drag_hack);