1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-02-13 17:22:06 +01:00
wlroots-hyprland/types/buffer
Simon Ser 69c47717c2 buffer: split into multiple files
wlr_buffer.c is difficult to read because it contains a mixed bag
of unrelated things: base buffer type, buffer implementations,
buffer resource factory, and client buffer.

Split each of these into their own file.
2022-09-16 18:32:22 +02:00
..
buffer.c buffer: split into multiple files 2022-09-16 18:32:22 +02:00
client.c buffer: split into multiple files 2022-09-16 18:32:22 +02:00
dmabuf.c buffer: split into multiple files 2022-09-16 18:32:22 +02:00
readonly_data.c buffer: split into multiple files 2022-09-16 18:32:22 +02:00
resource.c buffer: split into multiple files 2022-09-16 18:32:22 +02:00
shm_client.c buffer: split into multiple files 2022-09-16 18:32:22 +02:00