Set the skip switcher flag for InputPanelV1Client surfaces
Set the skip switcher flag to indicate that input panel surfaces do not show up in the tabbox.
This commit is contained in:
parent
d71a8ed337
commit
29a960c399
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ InputPanelV1Client::InputPanelV1Client(InputPanelSurfaceV1Interface *panelSurfac
|
||||||
: WaylandClient(panelSurface->surface())
|
: WaylandClient(panelSurface->surface())
|
||||||
, m_panelSurface(panelSurface)
|
, m_panelSurface(panelSurface)
|
||||||
{
|
{
|
||||||
|
setSkipSwitcher(true);
|
||||||
setSkipPager(true);
|
setSkipPager(true);
|
||||||
setSkipTaskbar(true);
|
setSkipTaskbar(true);
|
||||||
setupCompositing();
|
setupCompositing();
|
||||||
|
|
Loading…
Reference in a new issue