[fixme] chase wlroots: IME now gets NULL argument for handlers

Ref: 2d5492c73770c9de420527df1098fefabe43d689
(text-input-v3: Use `NULL` when emitting signals)
This commit is contained in:
Consolatis 2025-07-05 17:34:09 +02:00
parent 8dbca871f7
commit 0c51339cfb
2 changed files with 2 additions and 1 deletions

View file

@ -263,6 +263,7 @@ update_popups_position(struct input_method_relay *relay)
static void
handle_input_method_commit(struct wl_listener *listener, void *data)
{
// FIXME: data argument is now NULL for enable, commit, disable and destroy
struct input_method_relay *relay =
wl_container_of(listener, relay, input_method_commit);
struct wlr_input_method_v2 *input_method = data;