On Wed, Feb 10, 2010 at 07:57:19PM +1300, Ralph Versteegen wrote: > On 10 February 2010 19:53, James Paige <[email protected]> wrote: > > On Tue, Feb 09, 2010 at 10:47:27PM -0800, [email protected] > > wrote: > >> james > >> 2010-02-09 22:47:27 -0800 (Tue, 09 Feb 2010) > >> 71 > >> Okay, frame_cropped_view was still all wrong. Think it is right now... > > > > I am working on fixing up edgebox to crop without ever calling setclip, > > but I am making a mess of things. I'll have to sort it out tomorrow. > > > > --- > > James > > Why are you doing that? Just for the sake of getting rid of setclip? > Like I said before, I think getting rid of setclip is more trouble > than it's worth: rewriting edgebox not to use setclip will make it > extremely messy. setclip is safe as long as you only call it before > calling a primitive drawing function.
Not for the sake of getting rid of setclip, just for the sake on not using it in edgebox. Then it seems to me that it would be possible to call setclip once before edgebox and have it work right... but of course that doesn't jive well with my previously stated plan doing slice drawing with views... Like I say, I am still feeling clumsy with this clipping stuff.. > Anyway, if you're stopping for today, then I'll do > slice-clipping-using-views right now. Yay! :) --- James _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
