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

@ -80,7 +80,6 @@ struct wlr_wl_pointer {
struct wlr_wl_backend *get_wl_backend_from_backend(
struct wlr_backend *wlr_backend);
void poll_wl_registry(struct wlr_wl_backend *backend);
void update_wl_output_cursor(struct wlr_wl_output *output);
struct wlr_wl_pointer *pointer_get_wl(struct wlr_pointer *wlr_pointer);
void create_wl_pointer(struct wl_pointer *wl_pointer,