wayland: Remove special input method case in XdgToplevelClient
Input method surfaces have input_panel_surface role, so the special case for input method windows can be dropped.
This commit is contained in:
parent
99e208e30f
commit
03b64331f2
1 changed files with 0 additions and 4 deletions
|
@ -363,10 +363,6 @@ XdgToplevelClient::XdgToplevelClient(XdgToplevelInterface *shellSurface)
|
|||
}
|
||||
#endif
|
||||
|
||||
if (waylandServer()->inputMethodConnection() == surface()->client()) {
|
||||
m_windowType = NET::OnScreenDisplay;
|
||||
}
|
||||
|
||||
connect(shellSurface, &XdgToplevelInterface::windowTitleChanged,
|
||||
this, &XdgToplevelClient::handleWindowTitleChanged);
|
||||
connect(shellSurface, &XdgToplevelInterface::windowClassChanged,
|
||||
|
|
Loading…
Reference in a new issue