kwin/xwaylandclient.h

29 lines
468 B
C
Raw Permalink Normal View History

2020-08-03 01:22:19 +03:00
/*
KWin - the KDE window manager
This file is part of the KDE project.
2020-08-03 01:22:19 +03:00
SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
2020-08-03 01:22:19 +03:00
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include "x11client.h"
namespace KWin
{
/**
* The XwaylandClient class represents a managed Xwayland client.
*/
class XwaylandClient : public X11Client
{
Q_OBJECT
public:
bool wantsSyncCounter() const override;
};
} // namespace KWin