Skip to content

imwayland: Honour len argument in gtk_im_context_wayland_set_surrounding

Robert Mader requested to merge rmader/gtk:respect-text-len into gtk-3-24

Clients may pass not NULL-terminated strings as the function takes a len argument. Use that argument.

This bug likely causes https://bugzilla.mozilla.org/show_bug.cgi?id=1591716

Merge request reports