mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
rootston: damage output on mode change
This commit is contained in:
parent
443bd4cd89
commit
7f9f918b78
2 changed files with 10 additions and 1 deletions
|
|
@ -14,10 +14,12 @@ struct roots_output {
|
|||
|
||||
struct roots_view *fullscreen_view;
|
||||
|
||||
struct wl_listener frame;
|
||||
struct timespec last_frame;
|
||||
pixman_region32_t damage, previous_damage;
|
||||
struct wl_event_source *repaint_timer;
|
||||
|
||||
struct wl_listener frame;
|
||||
struct wl_listener mode;
|
||||
};
|
||||
|
||||
void output_add_notify(struct wl_listener *listener, void *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue