mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
handle input device destroy
This commit is contained in:
parent
df0ee7f25f
commit
5c845f14ed
6 changed files with 39 additions and 2 deletions
|
|
@ -77,6 +77,8 @@ struct tablet_pad_state {
|
|||
struct compositor_state {
|
||||
void (*input_add_cb)(struct compositor_state *compositor,
|
||||
struct wlr_input_device *device);
|
||||
void (*input_remove_cb)(struct compositor_state *compositor,
|
||||
struct wlr_input_device *device);
|
||||
void (*output_add_cb)(struct output_state *s);
|
||||
void (*keyboard_add_cb)(struct keyboard_state *s);
|
||||
void (*output_frame_cb)(struct output_state *s, struct timespec *ts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue