KWin
Loading...
Searching...
No Matches
renderlayerdelegate.cpp
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
8
9namespace KWin
10{
11
13{
14 return m_layer;
15}
16
18{
19 m_layer = layer;
20}
21
25
27{
28 return QRegion();
29}
30
34
36{
37 return nullptr;
38}
39
40} // namespace KWin
virtual SurfaceItem * scanoutCandidate() const
virtual void frame(OutputFrame *frame)
void setLayer(RenderLayer *layer)