From 78685ec6aae0a667b265eebe5cf8fb8cfb3ba3dc Mon Sep 17 00:00:00 2001 From: Tadeo Kondrak Date: Sat, 2 Jan 2021 12:12:19 -0700 Subject: text_input_v3: correct typo in enum field --- include/wlr/types/wlr_text_input_v3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/wlr/types/wlr_text_input_v3.h b/include/wlr/types/wlr_text_input_v3.h index 74dc26c3..47d0fc39 100644 --- a/include/wlr/types/wlr_text_input_v3.h +++ b/include/wlr/types/wlr_text_input_v3.h @@ -15,7 +15,7 @@ enum wlr_text_input_v3_features { WLR_TEXT_INPUT_V3_FEATURE_SURROUNDING_TEXT = 1 << 0, - WLR_TEXT_INPUT_v3_FEATURE_CONTENT_TYPE = 1 << 1, + WLR_TEXT_INPUT_V3_FEATURE_CONTENT_TYPE = 1 << 1, WLR_TEXT_INPUT_V3_FEATURE_CURSOR_RECTANGLE = 1 << 2, }; -- cgit v1.2.3