support OnScreenDisplay from wayland

This commit is contained in:
Marco Martin 2015-09-03 18:19:38 +02:00
parent d3053fab58
commit 658a28a257

View file

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