File indexing completed on 2024-05-12 13:30:20

0001 /*
0002  * SPDX-FileCopyrightText: 2014 Hugo Pereira Da Costa <hugo.pereira@free.fr>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 #ifndef breezepropertynames_h
0008 #define breezepropertynames_h
0009 
0010 namespace Breeze
0011 {
0012 struct PropertyNames {
0013     static const char noAnimations[];
0014     static const char noWindowGrab[];
0015     static const char netWMForceShadow[];
0016     static const char netWMSkipShadow[];
0017     static const char sidePanelView[];
0018     static const char toolButtonAlignment[];
0019     static const char alteredBackground[];
0020     static const char highlightNeutral[];
0021     static const char noSeparator[];
0022     static const char isTopMenu[];
0023     static const char bordersSides[];
0024 };
0025 
0026 }
0027 
0028 #endif