Re: [PATCH] Fix on-the-fly transparency changes in pixman-renderer

2014-04-07 Thread Manuel Bachmann
Awesome ! Thank you both once again. Regards, Manuel 2014-04-07 18:46 GMT+02:00 Kristian Høgsberg : > On Mon, Apr 07, 2014 at 04:02:11PM +0300, Pekka Paalanen wrote: > > On Mon, 7 Apr 2014 11:58:45 +0200 > > Manuel Bachmann wrote: > > > > > This fixes : > > > - leaking the mask used to simula

Re: [PATCH] Fix on-the-fly transparency changes in pixman-renderer

2014-04-07 Thread Kristian Høgsberg
On Mon, Apr 07, 2014 at 04:02:11PM +0300, Pekka Paalanen wrote: > On Mon, 7 Apr 2014 11:58:45 +0200 > Manuel Bachmann wrote: > > > This fixes : > > - leaking the mask used to simulate transparency ; > > - code style (definitions moved up, use of brackets) ; > > - applying an opaque region when t

Re: [PATCH] Fix on-the-fly transparency changes in pixman-renderer

2014-04-07 Thread Pekka Paalanen
On Mon, 7 Apr 2014 11:58:45 +0200 Manuel Bachmann wrote: > This fixes : > - leaking the mask used to simulate transparency ; > - code style (definitions moved up, use of brackets) ; > - applying an opaque region when transparency is > wanted (shound not happen). > > Signed-off-by: Manuel Bachm

[PATCH] Fix on-the-fly transparency changes in pixman-renderer

2014-04-07 Thread Manuel Bachmann
This fixes : - leaking the mask used to simulate transparency ; - code style (definitions moved up, use of brackets) ; - applying an opaque region when transparency is wanted (shound not happen). Signed-off-by: Manuel Bachmann --- src/pixman-renderer.c | 19 +-- 1 file changed