comparison src/xdisp.c @ 90399:a5812696f7bf unicode-pre-font-backend

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author Miles Bader <miles@gnu.org>
date Wed, 17 May 2006 07:46:49 +0000
parents 146cd8369025 e11c9bf81843
children 4ee003f8531c
comparison
equal deleted inserted replaced
90398:1f8d5cd37cf0 90399:a5812696f7bf
9827 border = 0; 9827 border = 0;
9828 if (border < 0) 9828 if (border < 0)
9829 border = 0; 9829 border = 0;
9830 9830
9831 rows = f->n_tool_bar_rows; 9831 rows = f->n_tool_bar_rows;
9832 height = (it.last_visible_y - border) / rows; 9832 height = max (1, (it.last_visible_y - border) / rows);
9833 extra = it.last_visible_y - border - height * rows; 9833 extra = it.last_visible_y - border - height * rows;
9834 9834
9835 while (it.current_y < it.last_visible_y) 9835 while (it.current_y < it.last_visible_y)
9836 { 9836 {
9837 int h = 0; 9837 int h = 0;