From 4c9eb6839d654056806efa40bc70ea9a24553beb Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Tue, 6 Jun 2023 13:25:41 +0300 Subject: compositor: add a note about ignored input regions --- include/wlr/types/wlr_compositor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_compositor.h b/include/wlr/types/wlr_compositor.h index ddbf30cc..b1b6f4a9 100644 --- a/include/wlr/types/wlr_compositor.h +++ b/include/wlr/types/wlr_compositor.h @@ -123,6 +123,8 @@ struct wlr_surface { /** * The current input region, in surface-local coordinates. It is clipped to * the surface bounds. + * + * If the protocol states that the input region is ignored, this is empty. */ pixman_region32_t input_region; /** -- cgit v1.2.3