From 0e066f0d7634b051981fbfb2fb75b2f8a4fe8594 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 7 Dec 2017 01:12:04 +0100 Subject: Listen to display destroy in output --- include/wlr/types/wlr_output.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 42c46233..04662820 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -74,6 +74,8 @@ struct wlr_output { // the output position in layout space reported to clients int32_t lx, ly; + struct wl_listener display_destroy; + void *data; }; -- cgit v1.2.3