KWin
Loading...
Searching...
No Matches
x11_standalone_glxconvenience.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
9#include <epoxy/glx.h>
10#include <fixx11h.h>
11
12namespace KWin
13{
14
15GLXFBConfig chooseGlxFbConfig(::Display *display, const int attributes[]);
16
17} // namespace KWin
GLXFBConfig chooseGlxFbConfig(::Display *display, const int attributes[])
struct _XDisplay Display