mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
text_input_v3: correct typo in enum field
This commit is contained in:
parent
27f65c2c77
commit
78685ec6aa
2 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ static void text_input_set_content_type(struct wl_client *client,
|
|||
if (!text_input) {
|
||||
return;
|
||||
}
|
||||
text_input->pending.features |= WLR_TEXT_INPUT_v3_FEATURE_CONTENT_TYPE;
|
||||
text_input->pending.features |= WLR_TEXT_INPUT_V3_FEATURE_CONTENT_TYPE;
|
||||
text_input->pending.content_type.hint = hint;
|
||||
text_input->pending.content_type.purpose = purpose;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue