mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
rootston: fix double-buffering artifacts
This commit is contained in:
parent
7c11d3e372
commit
8b3f3ddb7f
2 changed files with 51 additions and 39 deletions
|
|
@ -16,7 +16,7 @@ struct roots_output {
|
|||
|
||||
struct wl_listener frame;
|
||||
struct timespec last_frame;
|
||||
pixman_region32_t damage;
|
||||
pixman_region32_t damage, previous_damage;
|
||||
struct wl_event_source *repaint_timer;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue