File indexing completed on 2024-11-10 04:56:35

0001 /*
0002     SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include <epoxy/glx.h>
0010 #include <fixx11h.h>
0011 
0012 namespace KWin
0013 {
0014 
0015 GLXFBConfig chooseGlxFbConfig(::Display *display, const int attributes[]);
0016 
0017 } // namespace KWin