Implement input method keyboard grab

This commit is contained in:
xdavidwu 2021-03-12 19:18:08 +08:00 committed by GitHub
parent 585abdb357
commit e5913f8106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 102 additions and 9 deletions

View file

@ -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 {