mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
add wlr_cursor basic implementation
This commit is contained in:
parent
48fa59c22e
commit
e3d47376dc
7 changed files with 450 additions and 73 deletions
|
|
@ -441,6 +441,10 @@ static void input_add_notify(struct wl_listener *listener, void *data) {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (state->input_add_cb) {
|
||||
state->input_add_cb(state, device);
|
||||
}
|
||||
}
|
||||
|
||||
static void keyboard_remove(struct wlr_input_device *device, struct compositor_state *state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue