Revert "[libkwineffects] Add windowId to EffectWindow"

This reverts commit 251bbbb5b5
This commit is contained in:
Nicolas Fella 2020-11-01 14:29:16 +00:00
parent 251bbbb5b5
commit 6b34b90635
3 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -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;

View file

@ -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.
*