Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwaylandxdgdecorationv1.cpp
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
6
7QT_BEGIN_NAMESPACE
8
9namespace QtWaylandClient {
10
13{
14}
15
21
27
32
38
40{
41 // According to the spec the client is responsible for not requesting a mode repeatedly.
42 if (m_modeSet && m_requested == mode)
43 return;
44
47 m_modeSet = true;
48}
49
56
61
66
72
73}
74
75QT_END_NAMESPACE