Skip to content

Set focused text input surface before emitting focusedTextInputSurfaceChanged()

Vlad Zahorodnii requested to merge work/set-new-focused-surface-before-emit into master

When the focusedTextInputSurfaceChanged() signal is emitted, it is expected that SeatInterface::focusedTextInputSurface() will return the new focused text input surface.

Merge request reports