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 "blur.h"
8
9namespace KWin
10{
11
13 "metadata.json.stripped",
14 return BlurEffect::supported();
15 ,
17
18} // namespace KWin
19
20#include "main.moc"
static bool enabledByDefault()
Definition blur.cpp:340
static bool supported()
Definition blur.cpp:361
#define KWIN_EFFECT_FACTORY_SUPPORTED_ENABLED(className, jsonFile, supported, enabled)
Definition effect.h:993