Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
605988d2
Commit
605988d2
authored
Jan 05, 2021
by
Vlad Zahorodnii
Browse files
platformsupport: Rename some headers to make them less ambiguous
parent
199860a0
Changes
16
Hide whitespace changes
Inline
Side-by-side
platformsupport/scenes/opengl/CMakeLists.txt
View file @
605988d2
set
(
SCENE_OPENGL_BACKEND_SRCS
abstract_egl_backend.cpp
backend.cpp
egl_dmabuf.cpp
openglbackend.cpp
texture.cpp
)
...
...
platformsupport/scenes/opengl/abstract_egl_backend.h
View file @
605988d2
...
...
@@ -8,7 +8,7 @@
*/
#ifndef KWIN_ABSTRACT_EGL_BACKEND_H
#define KWIN_ABSTRACT_EGL_BACKEND_H
#include
"backend.h"
#include
"
opengl
backend.h"
#include
"texture.h"
#include
<QObject>
...
...
platformsupport/scenes/opengl/backend.cpp
→
platformsupport/scenes/opengl/
opengl
backend.cpp
View file @
605988d2
...
...
@@ -7,7 +7,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include
"backend.h"
#include
"
opengl
backend.h"
#include
<kwineffects.h>
#include
<logging.h>
...
...
platformsupport/scenes/opengl/backend.h
→
platformsupport/scenes/opengl/
opengl
backend.h
View file @
605988d2
File moved
platformsupport/scenes/opengl/texture.cpp
View file @
605988d2
...
...
@@ -8,7 +8,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include
"texture.h"
#include
"backend.h"
#include
"
opengl
backend.h"
#include
"scene.h"
namespace
KWin
...
...
platformsupport/scenes/qpainter/CMakeLists.txt
View file @
605988d2
set
(
SCENE_QPAINTER_BACKEND_SRCS backend.cpp
)
set
(
SCENE_QPAINTER_BACKEND_SRCS
qpainter
backend.cpp
)
include
(
ECMQtDeclareLoggingCategory
)
ecm_qt_declare_logging_category
(
SCENE_QPAINTER_BACKEND_SRCS
...
...
platformsupport/scenes/qpainter/backend.cpp
→
platformsupport/scenes/qpainter/
qpainter
backend.cpp
View file @
605988d2
...
...
@@ -6,7 +6,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include
"backend.h"
#include
"
qpainter
backend.h"
#include
<logging.h>
#include
<QtGlobal>
...
...
platformsupport/scenes/qpainter/backend.h
→
platformsupport/scenes/qpainter/
qpainter
backend.h
View file @
605988d2
File moved
plugins/platforms/drm/scene_qpainter_drm_backend.h
View file @
605988d2
...
...
@@ -8,7 +8,7 @@
*/
#ifndef KWIN_SCENE_QPAINTER_DRM_BACKEND_H
#define KWIN_SCENE_QPAINTER_DRM_BACKEND_H
#include
<platformsupport/scenes/qpainter/backend.h>
#include
<platformsupport/scenes/qpainter/
qpainter
backend.h>
#include
<QObject>
#include
<QVector>
...
...
plugins/platforms/fbdev/scene_qpainter_fb_backend.h
View file @
605988d2
...
...
@@ -8,7 +8,7 @@
*/
#ifndef KWIN_SCENE_QPAINTER_FB_BACKEND_H
#define KWIN_SCENE_QPAINTER_FB_BACKEND_H
#include
<platformsupport/scenes/qpainter/backend.h>
#include
<platformsupport/scenes/qpainter/
qpainter
backend.h>
#include
<QObject>
#include
<QImage>
...
...
plugins/platforms/virtual/scene_qpainter_virtual_backend.h
View file @
605988d2
...
...
@@ -9,7 +9,7 @@
#ifndef KWIN_SCENE_QPAINTER_VIRTUAL_BACKEND_H
#define KWIN_SCENE_QPAINTER_VIRTUAL_BACKEND_H
#include
<platformsupport/scenes/qpainter/backend.h>
#include
<platformsupport/scenes/qpainter/
qpainter
backend.h>
#include
<QObject>
#include
<QVector>
...
...
plugins/platforms/wayland/scene_qpainter_wayland_backend.h
View file @
605988d2
...
...
@@ -10,7 +10,7 @@
#ifndef KWIN_SCENE_QPAINTER_WAYLAND_BACKEND_H
#define KWIN_SCENE_QPAINTER_WAYLAND_BACKEND_H
#include
<platformsupport/scenes/qpainter/backend.h>
#include
<platformsupport/scenes/qpainter/
qpainter
backend.h>
#include
<QObject>
#include
<QImage>
...
...
plugins/platforms/x11/standalone/glxbackend.h
View file @
605988d2
...
...
@@ -8,7 +8,7 @@
*/
#ifndef KWIN_GLX_BACKEND_H
#define KWIN_GLX_BACKEND_H
#include
"backend.h"
#include
"
opengl
backend.h"
#include
"texture.h"
#include
"x11eventfilter.h"
...
...
plugins/platforms/x11/windowed/scene_qpainter_x11_backend.h
View file @
605988d2
...
...
@@ -9,7 +9,7 @@
#ifndef KWIN_SCENE_QPAINTER_X11_BACKEND_H
#define KWIN_SCENE_QPAINTER_X11_BACKEND_H
#include
<platformsupport/scenes/qpainter/backend.h>
#include
<platformsupport/scenes/qpainter/
qpainter
backend.h>
#include
<QObject>
#include
<QImage>
...
...
plugins/scenes/opengl/scene_opengl.h
View file @
605988d2
...
...
@@ -17,7 +17,7 @@
#include
"kwinglutils.h"
#include
"decorations/decorationrenderer.h"
#include
"platformsupport/scenes/opengl/backend.h"
#include
"platformsupport/scenes/opengl/
opengl
backend.h"
namespace
KWin
{
...
...
plugins/scenes/qpainter/scene_qpainter.h
View file @
605988d2
...
...
@@ -10,7 +10,7 @@
#define KWIN_SCENE_QPAINTER_H
#include
"scene.h"
#include
<platformsupport/scenes/qpainter/backend.h>
#include
<platformsupport/scenes/qpainter/
qpainter
backend.h>
#include
"shadow.h"
#include
"decorations/decorationrenderer.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment