mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output-damage: limit the number of damaged rectangles
This commit is contained in:
parent
a3fd284876
commit
5087199d5d
2 changed files with 10 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
struct wlr_output_damage {
|
||||
struct wlr_output *output;
|
||||
int max_rects; // max number of damaged rectangles
|
||||
|
||||
pixman_region32_t current; // in output-local coordinates
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue