Skip to content

Add interface to set opaque region for window

Chaojiang Luo requested to merge (removed):master into master

The wayland protocol wl_surface has set_opaque_region request, but the request is unimplemented. Some apps such as glmark2 will get transparent because the opaque is not handled by KWin. We add interace to set opaque here to aboid this issue.

Merge request reports