File indexing completed on 2024-04-21 05:51:30

0001 /*
0002   SPDX-FileCopyrightText: 2012 Jekyll Wu <adaptee@gmail.com>
0003 
0004   SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005 */
0006 
0007 #ifndef WINDOWSYSTEMINFO_H
0008 #define WINDOWSYSTEMINFO_H
0009 
0010 #include "konsoleprivate_export.h"
0011 
0012 namespace Konsole
0013 {
0014 class KONSOLEPRIVATE_EXPORT WindowSystemInfo
0015 {
0016 public:
0017     static bool HAVE_TRANSPARENCY;
0018 
0019     static bool compositingActive();
0020 };
0021 }
0022 
0023 #endif // WINDOWSYSTEMINFO_H