wlroots/backend/wayland
Simon Ser 60f314780b
backend/wayland: implement the output layer API
The output layer API is implemented using subsurfaces. I chose to
implement this API in the Wayland backend before doing so in the DRM
backend, because it's way easier on Wayland. On DRM, one needs to figure
out how buffers can be mapped to KMS planes (libliftoff can help) and
perform atomic test-only commits (our current DRM backend isn't ready
for this).
2020-05-06 18:44:14 +02:00
..
backend.c backend/wayland: implement the output layer API 2020-05-06 18:44:14 +02:00
meson.build build: use dicts instead of get_variable 2020-04-21 15:26:45 +02:00
output.c backend/wayland: implement the output layer API 2020-05-06 18:44:14 +02:00
seat.c backend/wayland: close keymap FD 2020-03-17 13:37:53 +01:00
tablet_v2.c backend/wayland: emit tablet tool axis events to the axis handler 2020-05-04 21:53:52 +02:00