File indexing completed on 2024-05-05 05:35:25

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 struct PropertyNames {
0019     static const char noAnimations[];
0020     static const char noWindowGrab[];
0021     static const char netWMForceShadow[];
0022     static const char netWMSkipShadow[];
0023     static const char toolButtonAlignment[];
0024 };
0025 }
0026 
0027 #endif