File indexing completed on 2024-04-28 05:26:22

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 #pragma once
0008 
0009 namespace Breeze
0010 {
0011 struct PropertyNames {
0012     static const char noAnimations[];
0013     static const char noWindowGrab[];
0014     static const char netWMForceShadow[];
0015     static const char netWMSkipShadow[];
0016     static const char sidePanelView[];
0017     static const char toolButtonAlignment[];
0018     static const char alteredBackground[];
0019     static const char highlightNeutral[];
0020     static const char noSeparator[];
0021     static const char isTopMenu[];
0022     static const char menuSeamlessEdges[];
0023     static const char bordersSides[];
0024     static const char forceFrame[];
0025     static const char statusBarSeparator[];
0026 };
0027 
0028 }