support OnScreenDisplay from wayland
This commit is contained in:
parent
d3053fab58
commit
658a28a257
1 changed files with 3 additions and 0 deletions
|
@ -648,6 +648,9 @@ void ShellClient::installPlasmaShellSurface(PlasmaShellSurfaceInterface *surface
|
|||
case PlasmaShellSurfaceInterface::Role::Panel:
|
||||
type = NET::Dock;
|
||||
break;
|
||||
case PlasmaShellSurfaceInterface::Role::OnScreenDisplay:
|
||||
type = NET::OnScreenDisplay;
|
||||
break;
|
||||
case PlasmaShellSurfaceInterface::Role::Normal:
|
||||
default:
|
||||
type = NET::Normal;
|
||||
|
|
Loading…
Reference in a new issue