This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] image processing fix for BE machine
On Wed, 2004-09-22 at 16:16, Andreas Tobler wrote:
> Thomas Fitzsimmons wrote:
>
> > On Mon, 2004-09-20 at 10:39, Andreas Tobler wrote:
> >
> >>Hi Little endian world,
> >>
> >>it seems that the whole swing development happens on LE machines ;)
> >>
> >>The attached patch corrects pixel handling for BE machines. Tested here
> >>on ppc-darwin8.
> >
> >
> > This looks good, except that we should define the SWAPU32 macro in the
> > common header, gtkpeer.h. With that change, this can go in.
>
> Fine, thanks.
> Is gtkpeer.h automagically included by GdkGraphics2D.c or do I have to
> include it there too?
Yes, it's indirectly included by gtkcairopeer.h.
Tom