diff options
author | xdavidwu <xdavidwuph@gmail.com> | 2021-03-12 19:18:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 12:18:08 +0100 |
commit | e5913f81064d4c5b89cdab0cd75d2b5ff5a47c48 (patch) | |
tree | b6ae5729ed88f6c9730a15d633cf833b3f343b93 /include/sway/input/text_input.h | |
parent | 585abdb3575176ef3cee462a83b69255c02de8f6 (diff) |
Implement input method keyboard grab
Diffstat (limited to 'include/sway/input/text_input.h')
-rw-r--r-- | include/sway/input/text_input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/text_input.h b/include/sway/input/text_input.h index 6cf9bdb3..37744266 100644 --- a/include/sway/input/text_input.h +++ b/include/sway/input/text_input.h @@ -28,7 +28,10 @@ struct sway_input_method_relay { struct wl_listener input_method_new; struct wl_listener input_method_commit; + struct wl_listener input_method_grab_keyboard; struct wl_listener input_method_destroy; + + struct wl_listener input_method_keyboard_grab_destroy; }; struct sway_text_input { |