/* * SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez * * SPDX-License-Identifier: LGPL-3.0-or-later */ #include "shell.h" #include #include #include using namespace LayerShellQt; void Shell::useLayerShell() { const bool ret = qputenv("QT_WAYLAND_SHELL_INTEGRATION", "layer-shell"); if (!ret) { qCDebug(LAYERSHELLQT) << "Unable to set QT_WAYLAND_SHELL_INTEGRATION=layer-shell"; } }