commit | 4f9c07bf11f90ddb81cae56bf92f88d1c25ed39b | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Mon Sep 03 16:48:41 2012 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Sep 04 16:14:29 2012 -0400 |
tree | b2ea1767a19a23a1ba255f140b21ebbb01247df9 | |
parent | 8c9c8fcf6e294f0446446d8e9bdfeb37294743c3 [diff] |
xwayland: replace opaque_rect, fix an alpha problem 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 reappears. This problem is still due to bad alpha channel contents on xwayland windows. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>