wlroots/backend/x11
Simon Ser 2b0a1aeed5 output: take a wlr_buffer in set_cursor
Instead of passing a wlr_texture to the backend, directly pass a
wlr_buffer. Use get_cursor_size and get_cursor_formats to create
a wlr_buffer that can be used as a cursor.

We don't want to pass a wlr_texture because we want to remove as
many rendering bits from the backend as possible.
2021-06-02 11:08:52 +02:00
..
backend.c backend: stop using renderer to get the buffer type 2021-05-31 15:50:13 -04:00
input_device.c Fix stuck keys on X11 backend 2021-04-20 08:19:48 +02:00
meson.build backend/x11: add support for shm buffers 2021-04-20 20:27:25 +02:00
output.c output: take a wlr_buffer in set_cursor 2021-06-02 11:08:52 +02:00