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 SPDX-FileCopyrightText: 2023 Andrew Shark <ashark at linuxcomp.ru>
4
5 SPDX-License-Identifier: GPL-2.0-or-later
6*/
7
8#include "mousemark.h"
9
10namespace KWin
11{
12
13KWIN_EFFECT_FACTORY(MouseMarkEffect,
14 "metadata.json.stripped")
15
16} // namespace KWin
17
18#include "main.moc"
#define KWIN_EFFECT_FACTORY(className, jsonFile)
Definition effect.h:1023