It's confusing to have three directories that refer to extensions. To clear things up, let's move them in the same directory.
17 lines
298 B
C++
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"
|