mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
compositor: add a note about ignored input regions
This commit is contained in:
parent
9f28366b55
commit
4c9eb6839d
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue