compositor: add a note about ignored input regions

master
Kirill Primak 1 year ago
parent 9f28366b55
commit 4c9eb6839d

@ -123,6 +123,8 @@ struct wlr_surface {
/** /**
* The current input region, in surface-local coordinates. It is clipped to * The current input region, in surface-local coordinates. It is clipped to
* the surface bounds. * the surface bounds.
*
* If the protocol states that the input region is ignored, this is empty.
*/ */
pixman_region32_t input_region; pixman_region32_t input_region;
/** /**

Loading…
Cancel
Save