From 7f9f918b78f438c60f959b30d6111acdfa4dfc27 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 19 Jan 2018 11:31:04 +0100 Subject: rootston: damage output on mode change --- include/rootston/output.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/rootston/output.h b/include/rootston/output.h index a0b2b1b4..8d5550af 100644 --- a/include/rootston/output.h +++ b/include/rootston/output.h @@ -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); -- cgit v1.2.3