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 "screentransform.h"
8
9namespace KWin
10{
11
12KWIN_EFFECT_FACTORY_SUPPORTED(ScreenTransformEffect,
13 "metadata.json.stripped",
15
16} // namespace KWin
17
18#include "main.moc"
#define KWIN_EFFECT_FACTORY_SUPPORTED(className, jsonFile, supported)
Definition effect.h:1020