mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
libinput backend: add wlr_input_device_is_libinput
This commit is contained in:
parent
36d8751363
commit
3e228b0b2a
2 changed files with 5 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ static struct wlr_input_device *allocate_device(
|
|||
return wlr_dev;
|
||||
}
|
||||
|
||||
bool wlr_input_device_is_libinput(struct wlr_input_device *wlr_dev) {
|
||||
return wlr_dev->impl == &input_device_impl;
|
||||
}
|
||||
|
||||
static void handle_device_added(struct wlr_libinput_backend *backend,
|
||||
struct libinput_device *libinput_dev) {
|
||||
assert(backend && libinput_dev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue