diff options
author | Scott Anderson <scott@anderso.nz> | 2018-11-11 16:47:30 +1300 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-11-11 18:11:56 +1300 |
commit | 4e03802057279f62e79a4aa152af70243a14b9e3 (patch) | |
tree | 0a12ed7f7de89ac7bada13b2889b488be69f411b /include | |
parent | 3181c4bec06d2fe51da052c0a08c8287725ec900 (diff) |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/wayland.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h index 47585d9e..54b791b1 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -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, |