mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render: drop wlr_renderer_read_pixels() flags
These are unused.
This commit is contained in:
parent
50cc1ef4d3
commit
6832ae14aa
8 changed files with 12 additions and 27 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue