comparison src/redisplay-output.c @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 3d6bfa290dbd
children 727739f917cb
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
1147 very localized. We have to update the horizontal scrollbars, 1147 very localized. We have to update the horizontal scrollbars,
1148 though, because this routine could cause a change which has a 1148 though, because this routine could cause a change which has a
1149 larger impact on their sizing. */ 1149 larger impact on their sizing. */
1150 /* #### See if we can get away with only calling this if 1150 /* #### See if we can get away with only calling this if
1151 max_line_len is greater than the window_char_width. */ 1151 max_line_len is greater than the window_char_width. */
1152 #ifdef HAVE_SCROLLBARS 1152 #if defined(HAVE_SCROLLBARS) && defined(HAVE_X_WINDOWS)
1153 { 1153 {
1154 extern int stupid_vertical_scrollbar_drag_hack; 1154 extern int stupid_vertical_scrollbar_drag_hack;
1155 1155
1156 update_window_scrollbars (w, NULL, 1, stupid_vertical_scrollbar_drag_hack); 1156 update_window_scrollbars (w, NULL, 1, stupid_vertical_scrollbar_drag_hack);
1157 stupid_vertical_scrollbar_drag_hack = 1; 1157 stupid_vertical_scrollbar_drag_hack = 1;