KWin
Loading...
Searching...
No Matches
x11_standalone_glx_context_attribute_builder.h
Go to the documentation of this file.
1/*
2 KWin - the KDE window manager
3 This file is part of the KDE project.
4
5 SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
6
7 SPDX-License-Identifier: GPL-2.0-or-later
8*/
9#pragma once
11
12namespace KWin
13{
14
16{
17public:
18 std::vector<int> build() const override;
19};
20
21}