Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
1138 though, because this routine could cause a change which has a | 1138 though, because this routine could cause a change which has a |
1139 larger impact on their sizing. */ | 1139 larger impact on their sizing. */ |
1140 /* #### See if we can get away with only calling this if | 1140 /* #### See if we can get away with only calling this if |
1141 max_line_len is greater than the window_char_width. */ | 1141 max_line_len is greater than the window_char_width. */ |
1142 #ifdef HAVE_SCROLLBARS | 1142 #ifdef HAVE_SCROLLBARS |
1143 update_window_scrollbars (w, NULL, 1, 1); | 1143 { |
1144 extern int stupid_vertical_scrollbar_drag_hack; | |
1145 | |
1146 update_window_scrollbars (w, NULL, 1, stupid_vertical_scrollbar_drag_hack); | |
1147 stupid_vertical_scrollbar_drag_hack = 1; | |
1148 } | |
1144 #endif | 1149 #endif |
1145 | 1150 |
1146 /* This has to be done after we've updated the values. We don't | 1151 /* This has to be done after we've updated the values. We don't |
1147 call output_end for tty frames. Redisplay will do this after all | 1152 call output_end for tty frames. Redisplay will do this after all |
1148 tty windows have been updated. This cuts down on cursor | 1153 tty windows have been updated. This cuts down on cursor |