diff options
Diffstat (limited to 'include/wlr/render.h')
-rw-r--r-- | include/wlr/render.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/render.h b/include/wlr/render.h index bb333723..30648a20 100644 --- a/include/wlr/render.h +++ b/include/wlr/render.h @@ -64,7 +64,7 @@ struct wlr_surface { * calling this function. */ bool wlr_surface_attach_pixels(struct wlr_surface *surf, - enum wl_shm_format format, int width, int height, + enum wl_shm_format format, int stride, int width, int height, const unsigned char *pixels); /** * Attaches pixels from a wl_shm_buffer to this surface. The shm buffer may be |