mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05: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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue