mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
Split out evdev handling to its own file
This commit is contained in:
parent
ed64311b6c
commit
43db4015f9
4 changed files with 228 additions and 194 deletions
|
|
@ -195,6 +195,9 @@ drm_compositor_create(struct wl_display *display, int connector);
|
|||
struct wlsc_compositor *
|
||||
wayland_compositor_create(struct wl_display *display, int width, int height);
|
||||
|
||||
void
|
||||
evdev_input_add_devices(struct wlsc_compositor *c, struct udev *udev);
|
||||
|
||||
void
|
||||
screenshooter_create(struct wlsc_compositor *ec);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue