KWin
Loading...
Searching...
No Matches
egl_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#include <kwin_export.h>
12
13namespace KWin
14{
15
17{
18public:
19 std::vector<int> build() const override;
20};
21
23{
24public:
25 std::vector<int> build() const override;
26};
27
28}