mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-10-01 09:35:03 -04:00
Remove hard-coded zwlr_layer_shell_v1 interface name
This makes code more neater.
This commit is contained in:
@ -35,7 +35,7 @@ void QWaylandLayerShellIntegration::registryLayer(void *data, struct wl_registry
|
|||||||
{
|
{
|
||||||
QWaylandLayerShellIntegration *shell = static_cast<QWaylandLayerShellIntegration *>(data);
|
QWaylandLayerShellIntegration *shell = static_cast<QWaylandLayerShellIntegration *>(data);
|
||||||
|
|
||||||
if (interface == QStringLiteral("zwlr_layer_shell_v1"))
|
if (interface == zwlr_layer_shell_v1_interface.name)
|
||||||
shell->m_layerShell = new QWaylandLayerShell(new QtWayland::zwlr_layer_shell_v1(registry, id, version));
|
shell->m_layerShell = new QWaylandLayerShell(new QtWayland::zwlr_layer_shell_v1(registry, id, version));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user