KWin
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#include "contrast.h"
8
9namespace KWin
10{
11
13 "metadata.json.stripped",
15 ,
17
18} // namespace KWin
19
20#include "main.moc"
static bool supported()
Definition contrast.cpp:286
static bool enabledByDefault()
Definition contrast.cpp:266
#define KWIN_EFFECT_FACTORY_SUPPORTED_ENABLED(className, jsonFile, supported, enabled)
Definition effect.h:993