compositor: document view->transform.* regions
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
@@ -802,6 +802,12 @@ struct weston_view {
|
|||||||
struct {
|
struct {
|
||||||
int dirty;
|
int dirty;
|
||||||
|
|
||||||
|
/* Approximations in global coordinates:
|
||||||
|
* - boundingbox is guaranteed to include the whole view in
|
||||||
|
* the smallest possible single rectangle.
|
||||||
|
* - opaque is guaranteed to be fully opaque, though not
|
||||||
|
* necessarily include all opaque areas.
|
||||||
|
*/
|
||||||
pixman_region32_t boundingbox;
|
pixman_region32_t boundingbox;
|
||||||
pixman_region32_t opaque;
|
pixman_region32_t opaque;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user