aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/x11/output.c')
-rw-r--r--backend/x11/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/x11/output.c b/backend/x11/output.c
index f109757d..6182258e 100644
--- a/backend/x11/output.c
+++ b/backend/x11/output.c
@@ -407,7 +407,7 @@ static bool output_cursor_to_picture(struct wlr_x11_output *output,
}
bool result = wlr_renderer_read_pixels(
- renderer, DRM_FORMAT_ARGB8888, NULL,
+ renderer, DRM_FORMAT_ARGB8888,
stride, buffer->width, buffer->height, 0, 0, 0, 0,
data);