[Prev][Next][Index][Thread]
Re: Gwydion Dylan - MacOS X Carbon Demos
I don't think you're allowed to pass $NULL for this. Carbon tends not to like $NULL. I'll double check.
The NewRegion() in a loop will leak like crazy, though, I'll change it to pre-allocated region.
Thanks.
Posting this code has proved to be very productive for me. :-)
- Rob.
On Saturday, December 30, 2000, at 03:45 PM, Chris Page wrote:
> Apart from the redundant calls to GetWindowPort, calling NewRgn() each time
> is going to leak like a sieve. Anyway, it isn't necessary to pass in a
> region if you want to flush the whole port. Just use NULL:
>
> QDFlushPortBuffer( GetWindowPort( my-window ), $NULL );