xdg: add xdg_shell_init()

...to have the event-handler functions in the same translation unit as
the signal connector.

No functional change intended.
This commit is contained in:
Johan Malm 2023-10-20 22:04:08 +01:00 committed by John Lindgren
parent 8d17ab2d60
commit 7f30de1134
3 changed files with 28 additions and 29 deletions

View file

@ -356,10 +356,7 @@ struct constraint {
};
void xdg_popup_create(struct view *view, struct wlr_xdg_popup *wlr_popup);
void xdg_activation_handle_request(struct wl_listener *listener, void *data);
void xdg_surface_new(struct wl_listener *listener, void *data);
void xdg_shell_init(struct server *server);
void foreign_toplevel_handle_create(struct view *view);
void foreign_toplevel_update_outputs(struct view *view);