Re: [PATCH weston 1/3] xwayland: replace opaque_rect, fix an alpha problem

2012-09-04 Thread Kristian Høgsberg
On Mon, Sep 03, 2012 at 04:48:41PM +0300, Pekka Paalanen wrote: > Remove weston_surface::opaque_rect completely. > > Instead, set the opaque region in xwayland. > > Before this patch, black text in xterm was transparent. Now it is not. > > However, this patch fixes only a part of the alpha probl

[PATCH weston 1/3] xwayland: replace opaque_rect, fix an alpha problem

2012-09-03 Thread Pekka Paalanen
Remove weston_surface::opaque_rect completely. Instead, set the opaque region in xwayland. Before this patch, black text in xterm was transparent. Now it is not. However, this patch fixes only a part of the alpha problem. If you apply full-surface alpha with super+alt+wheel, the problem reappear