KWin
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2022 David Redondo <kde@david-redondo.de>
3
4 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
5*/
6
7#include "outputlocator.h"
8
9namespace KWin
10{
11KWIN_EFFECT_FACTORY(OutputLocatorEffect, "metadata.json.stripped");
12}
13
14#include "main.moc"
#define KWIN_EFFECT_FACTORY(className, jsonFile)
Definition effect.h:1023