IME: rename pressed_keys to forwarded_pressed_keys

This commit is contained in:
tokyo4j 2025-01-06 16:28:37 +09:00 committed by Johan Malm
parent 6f1ef10d58
commit 405e543faf
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ struct input_method_relay {
struct wl_list text_inputs; /* struct text_input.link */
struct wlr_input_method_v2 *input_method;
struct wlr_surface *focused_surface;
struct lab_set pressed_keys;
struct lab_set forwarded_pressed_keys;
/*
* Text-input which is enabled by the client and communicating with
* input-method.