Hi Micah,
> Oops, I forgot to commit my changes to the pgfx_bitmap.c file in cli_c. It's in
> there now, so update your CVS, uncomment those lines, and it should work.
Great ! I've tested it, and the fix is OK.
Thanks a lot.
Olivier
--
Olivier Bornet SMART
Oops, I forgot to commit my changes to the pgfx_bitmap.c file in cli_c. It's in
there now, so update your CVS, uncomment those lines, and it should work.
Quoting Olivier Bornet <[EMAIL PROTECTED]>:
> Hello Micah,
>
> > > There is only one problem with the clipping code : if I activate
> the
>
Hello Micah,
> > There is only one problem with the clipping code : if I activate the
> > line :
> >
> > pgSetClip(theGC->bgc,rect.x,rect.y,rect.width,rect.height);
> >
> > it's make a segfault :
> >
> > *** PicoGUI ERROR (CLIENT) : Segmentation Fault
> >
> > Is the clip usable for bitmaps ?
Quoting Olivier Bornet <[EMAIL PROTECTED]>:
> Hello Micah,
>
> > I was playing with the Waba VM port for PicoGUI, and I thought you
> might be
> > interested in this patch. Nothing major, just a few enhancements:
>
> Thanks for your help. The patch is now applied.
Nifty
>
> There is only one
Hello Micah,
> I was playing with the Waba VM port for PicoGUI, and I thought you might be
> interested in this patch. Nothing major, just a few enhancements:
Thanks for your help. The patch is now applied.
There is only one problem with the clipping code : if I activate the
line :
pgSetClip(t