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
6b34b906
Commit
6b34b906
authored
Nov 01, 2020
by
Nicolas Fella
Browse files
Revert "[libkwineffects] Add windowId to EffectWindow"
This reverts commit
251bbbb5
parent
251bbbb5
Changes
3
Hide whitespace changes
Inline
Side-by-side
effects.cpp
View file @
6b34b906
...
...
@@ -1833,7 +1833,6 @@ TOPLEVEL_HELPER(KWaylandServer::SurfaceInterface *, surface, surface)
TOPLEVEL_HELPER
(
bool
,
isPopupWindow
,
isPopupWindow
)
TOPLEVEL_HELPER
(
bool
,
isOutline
,
isOutline
)
TOPLEVEL_HELPER
(
pid_t
,
pid
,
pid
)
TOPLEVEL_HELPER
(
qlonglong
,
windowId
,
windowId
)
#undef TOPLEVEL_HELPER
...
...
effects.h
View file @
6b34b906
...
...
@@ -454,7 +454,6 @@ public:
bool
isX11Client
()
const
override
;
pid_t
pid
()
const
override
;
qlonglong
windowId
()
const
override
;
QRect
decorationInnerRect
()
const
override
;
QByteArray
readProperty
(
long
atom
,
long
type
,
int
format
)
const
override
;
...
...
libkwineffects/kwineffects.h
View file @
6b34b906
...
...
@@ -2439,11 +2439,6 @@ public:
*/
virtual
pid_t
pid
()
const
=
0
;
/**
* @since 5.21
*/
virtual
qlonglong
windowId
()
const
=
0
;
/**
* Can be used to by effects to store arbitrary data in the EffectWindow.
*
...
...
Nicolas Fella
@nicolasfella
·
Nov 01, 2020
Author
Developer
Sorry for the accidental push
Sorry for the accidental push
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