aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-03-12 19:18:08 +0800
committerFurkan Sahin <furkan-dev@proton.me>2021-03-12 19:18:08 +0800
commit62d69bc518c218e03ca73400c0a0f8f832767a71 (patch)
treeb6ae5729ed88f6c9730a15d633cf833b3f343b93 /include
parent2bdcbc6bbf913c939b326d4dc8f16a13336c3206 (diff)
Implement input method keyboard grab
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/text_input.h3
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 {