mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
keyboard: fix type of wlr_keyboard_modifiers.group
This isn't a breaking change since both of these typedefs are uint32_t but this should make things a bit less confusing for readers.
This commit is contained in:
parent
ce89f49b7a
commit
7129eaa1f2
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ struct wlr_keyboard_modifiers {
|
|||
xkb_mod_mask_t depressed;
|
||||
xkb_mod_mask_t latched;
|
||||
xkb_mod_mask_t locked;
|
||||
xkb_mod_mask_t group;
|
||||
xkb_layout_index_t group;
|
||||
};
|
||||
|
||||
struct wlr_keyboard {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue