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
dcc9c00c
Commit
dcc9c00c
authored
Apr 15, 2016
by
Eike Hein
Browse files
Add API version info; fix references to protocol version.
parent
d812978f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/wayland/plasmawindowmanagement_interface.cpp
View file @
dcc9c00c
...
...
@@ -105,7 +105,7 @@ private:
static
const
struct
org_kde_plasma_window_interface
s_interface
;
};
const
quint32
PlasmaWindowManagementInterface
::
Private
::
s_version
=
2
;
const
quint32
PlasmaWindowManagementInterface
::
Private
::
s_version
=
3
;
PlasmaWindowManagementInterface
::
Private
::
Private
(
PlasmaWindowManagementInterface
*
q
,
Display
*
d
)
:
Global
::
Private
(
d
,
&
org_kde_plasma_window_management_interface
,
s_version
)
...
...
src/wayland/plasmawindowmanagement_interface.h
View file @
dcc9c00c
...
...
@@ -119,7 +119,13 @@ Q_SIGNALS:
void
fullscreenableRequested
(
bool
set
);
void
skipTaskbarRequested
(
bool
set
);
QRect
minimizedGeometriesChanged
();
/**
* @since 5.7
*/
void
shadableRequested
(
bool
set
);
/**
* @since 5.7
*/
void
shadedRequested
(
bool
set
);
private:
...
...
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