kwin/src/plugins/trackmouse/main.cpp
Vlad Zahorodnii a293c39105 Merge contents of effects/, scripts/ and plugins/
It's confusing to have three directories that refer to extensions. To
clear things up, let's move them in the same directory.
2023-04-28 10:46:22 +00:00

17 lines
298 B
C++

/*
SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "trackmouse.h"
namespace KWin
{
KWIN_EFFECT_FACTORY(TrackMouseEffect,
"metadata.json.stripped")
} // namespace KWin
#include "main.moc"