From ee77a65fe38e2e11a73635f79e7ed8b641771644 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 8 Mar 2019 17:11:19 +0100 Subject: rootston: update output-management-v1 state when output is modeset --- include/rootston/output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rootston') diff --git a/include/rootston/output.h b/include/rootston/output.h index 687df3ac..74b7e6eb 100644 --- a/include/rootston/output.h +++ b/include/rootston/output.h @@ -22,6 +22,7 @@ struct roots_output { struct wlr_box usable_area; struct wl_listener destroy; + struct wl_listener enable; struct wl_listener mode; struct wl_listener transform; struct wl_listener present; -- cgit v1.2.3