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
9e1de452
Commit
9e1de452
authored
Apr 29, 2021
by
Vlad Zahorodnii
Browse files
platforms/drm: Remove unused defs and includes in drm_backend.cpp
parent
44fc23f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/platforms/drm/drm_backend.cpp
View file @
9e1de452
...
...
@@ -38,7 +38,6 @@
// Qt
#include
<QCryptographicHash>
#include
<QSocketNotifier>
#include
<QPainter>
// system
#include
<algorithm>
#include
<unistd.h>
...
...
@@ -49,14 +48,6 @@
#include
"drm_gpu.h"
#include
"egl_multi_backend.h"
#ifndef DRM_CAP_CURSOR_WIDTH
#define DRM_CAP_CURSOR_WIDTH 0x8
#endif
#ifndef DRM_CAP_CURSOR_HEIGHT
#define DRM_CAP_CURSOR_HEIGHT 0x9
#endif
namespace
KWin
{
...
...
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