On Tue, Oct 22, 2002 at 12:48:18AM +0930, Darren Freeman wrote:

>       // Restrict to a valid value
>       int new_first_y = std::min(t->height - 4 * line_height, disp);
>       new_first_y = std::max(0, disp);

How embarrassing. Thanks

john

Reply via email to