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
1d8319cb
Commit
1d8319cb
authored
Mar 09, 2016
by
Martin Flöser
Browse files
[server] Default initialize the role of a PlasmaShellSurface
We want Normal as default and not a random value.
parent
e3dc7835
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/plasmashell_interface.cpp
View file @
1d8319cb
...
...
@@ -72,7 +72,7 @@ public:
SurfaceInterface
*
surface
;
QPoint
m_globalPos
;
Role
m_role
;
Role
m_role
=
Role
::
Normal
;
bool
m_positionSet
=
false
;
PanelBehavior
m_panelBehavior
=
PanelBehavior
::
AlwaysVisible
;
bool
m_skipTaskbar
=
false
;
...
...
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