File indexing completed on 2024-04-28 05:32:12

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 *
0011 * Largely inspired from Qtcurve style
0012 * SPDX-FileCopyrightText: 2003-2010 Craig Drummond <craig.p.drummond@gmail.com>
0013 *
0014 * SPDX-License-Identifier: LGPL-2.0-or-later
0015 */
0016 
0017 namespace Oxygen
0018 {
0019 
0020     struct PropertyNames
0021     {
0022 
0023         static const char* const noAnimations;
0024         static const char* const noWindowGrab;
0025 
0026     };
0027 
0028 }
0029 
0030 #endif