mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/wayland: Move registry into backend
Registry was a very small file, and is heavily related to the backend, so there is not point in keeping them separate.
This commit is contained in:
parent
3181c4bec0
commit
4e03802057
4 changed files with 45 additions and 58 deletions
|
|
@ -23,7 +23,6 @@ backend_files = files(
|
|||
'session/session.c',
|
||||
'wayland/backend.c',
|
||||
'wayland/output.c',
|
||||
'wayland/registry.c',
|
||||
'wayland/wl_seat.c',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue