a2c91f9434
The XRender backend has been removed, leaving most of KWinXRenderUtils unused. The few features that are still used, notable `XRenderPicture` and pict format are moved into the x11/common directory. Signed-off-by: Victoria Fischer <victoria.fischer@mbition.io>
11 lines
358 B
C++
11 lines
358 B
C++
/*
|
|
KWin - the KDE window manager
|
|
This file is part of the KDE project.
|
|
|
|
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
#include "logging_p.h"
|
|
Q_LOGGING_CATEGORY(LIBKWINEFFECTS, "libkwineffects", QtWarningMsg)
|
|
Q_LOGGING_CATEGORY(LIBKWINGLUTILS, "libkwinglutils", QtWarningMsg)
|