Re: [Pgui-devel] Re: Waba VM patch- improvements for PicoGUI

2001-10-22 Thread Olivier Bornet
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

Re: [Pgui-devel] Re: Waba VM patch- improvements for PicoGUI

2001-10-22 Thread Micah Dowty
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 >

Re: [Pgui-devel] Re: Waba VM patch- improvements for PicoGUI

2001-10-22 Thread Olivier Bornet
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 ?

Re: [Pgui-devel] Re: Waba VM patch- improvements for PicoGUI

2001-10-22 Thread Micah Dowty
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

[Pgui-devel] Re: Waba VM patch- improvements for PicoGUI

2001-10-22 Thread Olivier Bornet
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