/* * SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez * SPDX-FileCopyrightText: 2018 Drew DeVault * * SPDX-License-Identifier: LGPL-3.0-or-later */ #ifndef _LAYERSHELL_H #define _LAYERSHELL_H #include "layershellqt_export.h" #include #include #include namespace LayerShellQt { class LAYERSHELLQT_EXPORT QWaylandLayerShell : public QWaylandClientExtensionTemplate, public QtWayland::zwlr_layer_shell_v1 { public: QWaylandLayerShell(); ~QWaylandLayerShell() override; }; } #endif