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.
master
Vlad Zahorodnii 2020-09-03 13:23:17 +03:00 committed by Aleix Pol Gonzalez
parent d71a8ed337
commit 29a960c399
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ InputPanelV1Client::InputPanelV1Client(InputPanelSurfaceV1Interface *panelSurfac
: WaylandClient(panelSurface->surface())
, m_panelSurface(panelSurface)
{
setSkipSwitcher(true);
setSkipPager(true);
setSkipTaskbar(true);
setupCompositing();