diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-06-06 13:25:41 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2023-06-06 13:27:11 +0300 |
commit | 4c9eb6839d654056806efa40bc70ea9a24553beb (patch) | |
tree | c9d2e1e67f971b3623339becef9b37c6e8b903f4 /include/wlr | |
parent | 9f28366b558e27ef251268357bc31d2cc80b4f1d (diff) |
compositor: add a note about ignored input regions
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_compositor.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; /** |