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:
Simon Ser 2022-09-21 10:12:59 +02:00 committed by Simon Zeni
parent 77b829e15f
commit f03da48491
2 changed files with 4 additions and 4 deletions

View file

@ -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;