mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
types/wlr_input_device: move init and finish function to private API
This commit is contained in:
parent
1bb2631c5c
commit
cfed039c9a
20 changed files with 43 additions and 22 deletions
|
|
@ -13,7 +13,8 @@
|
|||
#include <wayland-server-core.h>
|
||||
#include <wlr/backend.h>
|
||||
#include <wlr/backend/session.h>
|
||||
#include <wlr/types/wlr_input_device.h>
|
||||
|
||||
struct wlr_input_device;
|
||||
|
||||
struct wlr_backend *wlr_libinput_backend_create(struct wl_display *display,
|
||||
struct wlr_session *session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue