aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-26 18:23:52 -0400
committerGitHub <noreply@github.com>2017-06-26 18:23:52 -0400
commitce471f3371221e56c7352919465f1fc8f5de3956 (patch)
tree8c40a229d38ed173c8a87e411b01b62055023bef /include/wlr/render.h
parentf252c5a79214a3d3cd7ab3f239050b234e4ae9e2 (diff)
parent97213cc00e0a83235ca50b1305ab9ecafd295259 (diff)
Merge pull request #23 from ascent12/cursor
Software cursor + Hardware cursor improvements
Diffstat (limited to 'include/wlr/render.h')
-rw-r--r--include/wlr/render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/render.h b/include/wlr/render.h
index 90967dd9..53df01d2 100644
--- a/include/wlr/render.h
+++ b/include/wlr/render.h
@@ -59,7 +59,7 @@ struct wlr_surface {
* calling this function.
*/
bool wlr_surface_attach_pixels(struct wlr_surface *surf, uint32_t format,
- int width, int height, const unsigned char *pixels);
+ 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
* invalidated after calling this function.