On Mon, 2004-04-05 at 11:02, Ingo PrÃtel wrote:
> Note new attachment.
> 
> Ingo PrÃtel wrote:
> > I suggest the following patch:
> > 
> > 2004-04-05  Ingo Proetel  <[EMAIL PROTECTED]>
> > 
> >     * java/awt/image/ComponentSampleModel.java (setDataSamples):Do not 
> > reset scanline stride.
> > 
> >


>      if (scanlineStride == rowSize)
>        {
>         // Collapse scan lines:
> -       scanlineStride = rowSize *= h;
> +       rowSize *= h;
>         h = 1;
>        }

Can you accompany your patches with a description of the problem they
solve?  What's the rationale for this change?

Tom




_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to