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; /**