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
Plasma Workspace
Commits
aecbc037
Commit
aecbc037
authored
Apr 20, 2021
by
Vlad Zahorodnii
Committed by
Aleix Pol Gonzalez
Apr 20, 2021
Browse files
Use layer-shell keyboard interactivity enum in logout greeter
The keyboard interactivity flag was changed from a bool to an enum.
parent
156509b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
logout-greeter/shutdowndlg.cpp
View file @
aecbc037
...
...
@@ -210,7 +210,7 @@ void KSMShutdownDlg::init()
setKeyboardGrabEnabled
(
true
);
KWindowEffects
::
enableBlurBehind
(
winId
(),
true
);
if
(
auto
w
=
LayerShellQt
::
Window
::
get
(
this
))
{
w
->
setKeyboardInteractivity
(
tru
e
);
w
->
setKeyboardInteractivity
(
LayerShellQt
::
Window
::
KeyboardInteractivityExclusiv
e
);
w
->
setExclusiveZone
(
-
1
);
w
->
setLayer
(
LayerShellQt
::
Window
::
LayerOverlay
);
}
...
...
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