KWin
Loading...
Searching...
No Matches
qpaintersurfacetexture_wayland.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
10
11namespace KWin
12{
13
15{
16public:
18
19 bool create() override;
20 void update(const QRegion &region) override;
21
22private:
23 SurfacePixmap *m_pixmap;
24};
25
26} // namespace KWin