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
KWayland Integration
Commits
fdb09dc2
Commit
fdb09dc2
authored
Jun 28, 2016
by
Martin Flöser
Browse files
Add missing break
It prevented the notification type to work...
parent
f0acbfad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/windowsystem/windowsystem.cpp
View file @
fdb09dc2
...
@@ -437,6 +437,7 @@ void WindowSystem::setType(WId win, NET::WindowType windowType)
...
@@ -437,6 +437,7 @@ void WindowSystem::setType(WId win, NET::WindowType windowType)
break
;
break
;
case
NET
::
Notification
:
case
NET
::
Notification
:
role
=
KWayland
::
Client
::
PlasmaShellSurface
::
Role
::
Notification
;
role
=
KWayland
::
Client
::
PlasmaShellSurface
::
Role
::
Notification
;
break
;
default:
default:
return
;
return
;
}
}
...
...
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