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:
Vlad Zahorodnii 2020-09-03 13:23:17 +03:00 committed by Aleix Pol Gonzalez
parent d71a8ed337
commit 29a960c399

View file

@ -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();