From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <896d3ca2673efb8f934cfad41f38505f@felloff.net> Date: Mon, 9 Dec 2013 07:54:14 +0100 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] libmemlayer bug Topicbox-Message-UUID: 93dda60c-ead8-11e9-9d60-3106f5b1d025 that would mean chaning documented behaviour of drawclip()... then i'd have to fix the callers of drawclip() as well. keeping drawclip()'s behaviour as it is seemed to be the safest option. and moving the source and mask rects to src->r and mask->r makes sense in the context of working on flat bitmaps. there also was no way to fixup the result after drawclip() in libmemlayers memdraw() without duplicating the functionaliry. -- cinap