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
8e060e72
Commit
8e060e72
authored
Dec 10, 2020
by
Vlad Zahorodnii
Browse files
Prepare kwin for compiling with EGL_NO_PLATFORM_SPECIFIC_TYPES
parent
9f2cb0ae
Changes
5
Hide whitespace changes
Inline
Side-by-side
effects.cpp
View file @
8e060e72
...
...
@@ -75,7 +75,7 @@ static QByteArray readWindowProperty(xcb_window_t win, xcb_atom_t atom, xcb_atom
}
}
static
void
deleteWindowProperty
(
W
indow
win
,
long
int
atom
)
static
void
deleteWindowProperty
(
xcb_w
indow
_t
win
,
long
int
atom
)
{
if
(
win
==
XCB_WINDOW_NONE
)
{
return
;
...
...
plugins/platforms/x11/common/eglonxbackend.h
View file @
8e060e72
...
...
@@ -13,6 +13,9 @@
#include
<xcb/xcb.h>
#include
<X11/Xlib-xcb.h>
#include
<fixx11h.h>
namespace
KWin
{
...
...
plugins/platforms/x11/standalone/x11_platform.h
View file @
8e060e72
...
...
@@ -16,6 +16,9 @@
#include
<memory>
#include
<X11/Xlib-xcb.h>
#include
<fixx11h.h>
namespace
KWin
{
class
XInputIntegration
;
...
...
plugins/platforms/x11/windowed/x11windowed_backend.cpp
View file @
8e060e72
...
...
@@ -36,6 +36,7 @@
// system
#include
<linux/input.h>
#include
<X11/Xlib-xcb.h>
#include
<X11/keysym.h>
namespace
KWin
{
...
...
workspace.cpp
View file @
8e060e72
...
...
@@ -368,7 +368,7 @@ void Workspace::initializeX11()
}
// TODO: better value
rootInfo
->
setActiveWindow
(
None
);
rootInfo
->
setActiveWindow
(
XCB_WINDOW_NONE
);
focusToNull
();
if
(
!
qApp
->
isSessionRestored
())
...
...
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