compositor: add a note about ignored input regions

This commit is contained in:
Kirill Primak 2023-06-06 13:25:41 +03:00
parent 9f28366b55
commit 4c9eb6839d
1 changed files with 2 additions and 0 deletions

View File

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