This commit is contained in:
Hiroaki Yamamoto 2025-06-09 20:09:27 +02:00 committed by GitHub
commit 8bdf3ad3a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 31 additions and 43 deletions

View file

@ -51,9 +51,7 @@ struct sway_text_input {
struct wl_listener pending_focused_surface_destroy;
struct wl_listener text_input_enable;
struct wl_listener text_input_commit;
struct wl_listener text_input_disable;
struct wl_listener text_input_destroy;
};