diff options
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/output.h | 4 |
1 files changed, 3 insertions, 1 deletions
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); |