mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
IME: rename pressed_keys to forwarded_pressed_keys
This commit is contained in:
parent
6f1ef10d58
commit
405e543faf
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue