mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Remove access to wlr_input_device union
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3626 Closes: https://github.com/swaywm/sway/issues/7077
This commit is contained in:
parent
49cef51e6e
commit
122d8ce954
10 changed files with 76 additions and 92 deletions
|
|
@ -50,6 +50,7 @@ struct sway_shortcut_state {
|
|||
|
||||
struct sway_keyboard {
|
||||
struct sway_seat_device *seat_device;
|
||||
struct wlr_keyboard *wlr;
|
||||
|
||||
struct xkb_keymap *keymap;
|
||||
xkb_layout_index_t effective_layout;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
struct sway_switch {
|
||||
struct sway_seat_device *seat_device;
|
||||
struct wlr_switch *wlr;
|
||||
enum wlr_switch_state state;
|
||||
enum wlr_switch_type type;
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ struct sway_tablet_pad {
|
|||
struct wl_list link;
|
||||
struct sway_seat_device *seat_device;
|
||||
struct sway_tablet *tablet;
|
||||
struct wlr_tablet_pad *wlr;
|
||||
struct wlr_tablet_v2_tablet_pad *tablet_v2_pad;
|
||||
|
||||
struct wl_listener attach;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue