mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Initial pass on libinput backend
This commit is contained in:
parent
325a331425
commit
1262f1400c
6 changed files with 126 additions and 5 deletions
|
|
@ -28,8 +28,7 @@ struct logind_session {
|
|||
};
|
||||
|
||||
static int logind_take_device(struct wlr_session *restrict base,
|
||||
const char *restrict path) {
|
||||
|
||||
const char *restrict path) {
|
||||
struct logind_session *session = wl_container_of(base, session, base);
|
||||
|
||||
int ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue