File indexing completed on 2024-05-19 13:22:06

0001 #ifndef oxygenpropertynames_h
0002 #define oxygenpropertynames_h
0003 
0004 /*
0005  * oxygenpropertynames.h
0006  * hard-coded property names to disable some of oxygen features
0007  * -------------------
0008  *
0009  * SPDX-FileCopyrightText: 2012 Hugo Pereira Da Costa <hugo.pereira@free.fr>
0010  * SPDX-FileCopyrightText: 2003 - 2010 Craig Drummond <craig.p.drummond@gmail.com>
0011  * SPDX-License-Identifier: LGPL-2.0-or-later
0012  *
0013  * Largely inspired from Qtcurve style
0014  */
0015 
0016 namespace Oxygen
0017 {
0018 
0019 struct PropertyNames {
0020     static const char noAnimations[];
0021     static const char noWindowGrab[];
0022     static const char netWMForceShadow[];
0023     static const char netWMSkipShadow[];
0024     static const char toolButtonAlignment[];
0025 };
0026 }
0027 
0028 #endif