mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
screencopy-v1: rename wlr_screencopy_frame_v1.stride
Make it clear it's only about shm, not about DMA-BUFs.
This commit is contained in:
parent
77b829e15f
commit
f03da48491
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue