From a0f24b809e3b5f25885d44f8d2cfd9271ec1c506 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 19 Jan 2018 13:13:46 +0100 Subject: output: add damage event --- include/wlr/types/wlr_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index bc05dfbf..2c28e82f 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -63,6 +63,7 @@ struct wlr_output { int32_t refresh; // mHz struct { + struct wl_signal damage; struct wl_signal frame; struct wl_signal swap_buffers; struct wl_signal enable; -- cgit v1.2.3