Skip to content
GitLab
Menu
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
04c3bee8
Commit
04c3bee8
authored
Apr 28, 2021
by
Vlad Zahorodnii
Browse files
Remove unused things in drm_backend.h
parent
9cd046f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/platforms/drm/drm_backend.h
View file @
04c3bee8
...
...
@@ -9,28 +9,15 @@
#ifndef KWIN_DRM_BACKEND_H
#define KWIN_DRM_BACKEND_H
#include "platform.h"
#include "input.h"
#include "drm_buffer.h"
#if HAVE_GBM
#include "drm_buffer_gbm.h"
#endif
#include "drm_inputeventfilter.h"
#include "drm_pointer.h"
#include <QElapsedTimer>
#include <QImage>
#include <QPointer>
#include <QSize>
#include <QVector>
#include <xf86drmMode.h>
#include <memory>
struct
gbm_bo
;
struct
gbm_device
;
struct
gbm_surface
;
namespace
KWin
{
...
...
@@ -39,10 +26,6 @@ class UdevMonitor;
class
UdevDevice
;
class
DrmOutput
;
class
DrmPlane
;
class
DrmCrtc
;
class
DrmConnector
;
class
GbmSurface
;
class
Cursor
;
class
DrmGpu
;
...
...
src/plugins/platforms/drm/egl_gbm_backend.cpp
View file @
04c3bee8
...
...
@@ -10,6 +10,7 @@
// kwin
#include "composite.h"
#include "drm_backend.h"
#include "drm_buffer_gbm.h"
#include "drm_output.h"
#include "gbm_surface.h"
#include "logging.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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