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

0001 /*
0002     oxygenpropertynames.cpp
0003     hard-coded property names to disable some of oxygen features
0004     -------------------
0005 
0006     SPDX-FileCopyrightText: 2012 Hugo Pereira Da Costa <hugo.pereira@free.fr>
0007 
0008     Largely inspired from Qtcurve style
0009     SPDX-FileCopyrightText: 2003-2010 Craig Drummond <craig.p.drummond@gmail.com>
0010 
0011     SPDX-License-Identifier: LGPL-2.0-or-later
0012 */
0013 #include "oxygenpropertynames.h"
0014 
0015 namespace Oxygen
0016 {
0017 
0018     const char* const PropertyNames::noAnimations = "_kde_no_animations";
0019     const char* const PropertyNames::noWindowGrab = "_kde_no_window_grab";
0020 
0021 }