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:
|
case PlasmaShellSurfaceInterface::Role::Panel:
|
||||||
type = NET::Dock;
|
type = NET::Dock;
|
||||||
break;
|
break;
|
||||||
|
case PlasmaShellSurfaceInterface::Role::OnScreenDisplay:
|
||||||
|
type = NET::OnScreenDisplay;
|
||||||
|
break;
|
||||||
case PlasmaShellSurfaceInterface::Role::Normal:
|
case PlasmaShellSurfaceInterface::Role::Normal:
|
||||||
default:
|
default:
|
||||||
type = NET::Normal;
|
type = NET::Normal;
|
||||||
|
|
Loading…
Reference in a new issue