Skip to content
  • Vlad Zahorodnii's avatar
    Remove WaylandClient::isInputMethod() · 790ddc09
    Vlad Zahorodnii authored
    We assume that the input method server has at most one surface at a time,
    which corresponds to the virtual keyboard. But it's not guaranteed to be
    always true.
    
    For example, an xdg_toplevel surface can be created for a configuration
    dialog, in which case isInputMethod() should not return true.
    790ddc09