The source project of this merge request has been removed.
Add interface to set opaque region for window
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.