diff --git a/src/wayland/inputmethod_v1_interface.cpp b/src/wayland/inputmethod_v1_interface.cpp index 349e4773cf..9792ccfb57 100644 --- a/src/wayland/inputmethod_v1_interface.cpp +++ b/src/wayland/inputmethod_v1_interface.cpp @@ -86,7 +86,7 @@ void InputMethodGrabV1::sendModifiers(quint32 serial, quint32 depressed, quint32 { const auto resources = d->resourceMap(); for (auto r : resources) { - d->send_modifiers(r->handle, depressed, latched, locked, group, serial); + d->send_modifiers(r->handle, serial, depressed, latched, locked, group); } }