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 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 ? Upgrade your PicoGUI client library and pgserver packages. I had to fix some bugs in them related to the clipping code. > > > If you use the CTRL-ALT-M (memory stats) and CTRL-ALT-H (handle > tree) > > debugging keys while a Waba widget is redrawing (flashing cursor for > > example) you will see it leak 1 font descriptor handle every time it > > updates. A little debugging reveals that something (maybe in the > Waba > > widget library?) is allocating two fonts but only deleting one. > > Hope this is useful. > > OK. I will look at this problem. Good. Assuming this isn't caused by the PicoGUI-specific code (I don't think it is) fixing it should be beneficial to other architectures. > > Thanks for your help. > > Olivier > -- > Olivier Bornet SMARTDATA SA > [EMAIL PROTECTED] Centre du Parc > http://www.smartdata.ch av. des Pr�s-Beudin 20 > Phone +41-27-723'55'03 1920 Martigny > Fax +41-27-723'55'19 Phone +41-27-723'55'18 > > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel > -- Only you can prevent creeping featurism! _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
