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:
Scott Anderson 2018-11-11 16:47:30 +13:00
parent 3181c4bec0
commit 4e03802057
4 changed files with 45 additions and 58 deletions

View file

@ -23,7 +23,6 @@ backend_files = files(
'session/session.c',
'wayland/backend.c',
'wayland/output.c',
'wayland/registry.c',
'wayland/wl_seat.c',
)