compositor: weston_output::region is in global coords
Add a comment saying it is. I'm not aware of misuses of it. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
9e944d3070
commit
efd08c7262
@ -190,7 +190,10 @@ struct weston_output {
|
||||
struct wl_list animation_list;
|
||||
int32_t x, y, width, height;
|
||||
int32_t mm_width, mm_height;
|
||||
|
||||
/** Output area in global coordinates, simple rect */
|
||||
pixman_region32_t region;
|
||||
|
||||
pixman_region32_t previous_damage;
|
||||
int repaint_needed;
|
||||
int repaint_scheduled;
|
||||
|
Loading…
Reference in New Issue
Block a user