diff options
author | Simon Ser <contact@emersion.fr> | 2022-09-21 10:12:59 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-09-22 18:01:52 +0000 |
commit | f03da4849197363b8ab5de0ee2e205c2d44e1634 (patch) | |
tree | 81c9e716802bbf26a904beca3039d709e82dcbdd /include | |
parent | 77b829e15fcbe14598a34ec3a420a652d1aee74a (diff) |
screencopy-v1: rename wlr_screencopy_frame_v1.stride
Make it clear it's only about shm, not about DMA-BUFs.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_screencopy_v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_screencopy_v1.h b/include/wlr/types/wlr_screencopy_v1.h index 26b4eef1..c74b8ecc 100644 --- a/include/wlr/types/wlr_screencopy_v1.h +++ b/include/wlr/types/wlr_screencopy_v1.h @@ -39,7 +39,7 @@ struct wlr_screencopy_frame_v1 { uint32_t shm_format, dmabuf_format; // DRM format codes struct wlr_box box; - int stride; + int shm_stride; bool overlay_cursor, cursor_locked; |