mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Basic tablet_v2 object lifetime
This commit is contained in:
parent
77bac448cc
commit
e235f7d336
10 changed files with 763 additions and 48 deletions
|
|
@ -56,6 +56,7 @@ struct roots_desktop {
|
|||
struct wlr_layer_shell *layer_shell;
|
||||
struct wlr_virtual_keyboard_manager_v1 *virtual_keyboard;
|
||||
struct wlr_screencopy_manager_v1 *screencopy;
|
||||
struct wlr_tablet_manager_v2 *tablet_v2;
|
||||
|
||||
struct wl_listener new_output;
|
||||
struct wl_listener layout_change;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue