aerothemeplasma/kwin/decoration/breeze-v5.93.0/kstyle/breezepropertynames.h

29 lines
756 B
C
Raw Normal View History

/*
* SPDX-FileCopyrightText: 2014 Hugo Pereira Da Costa <hugo.pereira@free.fr>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
2024-08-09 01:20:25 +00:00
#pragma once
namespace Breeze
{
struct PropertyNames {
static const char noAnimations[];
static const char noWindowGrab[];
static const char netWMForceShadow[];
static const char netWMSkipShadow[];
static const char sidePanelView[];
static const char toolButtonAlignment[];
static const char alteredBackground[];
static const char highlightNeutral[];
static const char noSeparator[];
static const char isTopMenu[];
2024-08-09 01:20:25 +00:00
static const char menuSeamlessEdges[];
static const char bordersSides[];
2024-08-09 01:20:25 +00:00
static const char forceFrame[];
static const char statusBarSeparator[];
};
}