mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-14 06:59:43 -05:00
output: fullscreen surface damage tracking
This commit is contained in:
parent
977a401fa1
commit
443bd4cd89
2 changed files with 34 additions and 8 deletions
|
|
@ -53,7 +53,7 @@ struct wlr_output {
|
|||
enum wl_output_subpixel subpixel;
|
||||
enum wl_output_transform transform;
|
||||
|
||||
pixman_region32_t damage;
|
||||
pixman_region32_t damage, previous_damage;
|
||||
float transform_matrix[16];
|
||||
|
||||
// Note: some backends may have zero modes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue