mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-10-30 07:30:46 +00:00
compositor: add a note about ignored input regions
This commit is contained in:
parent
9f28366b55
commit
4c9eb6839d
@ -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;
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user