mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 11:08:14 +02:00
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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue