Remove Window.surface property
Scripts don't have sufficient capabilities to use platform specific apis. So exposing wayland surface object to scripts makes no sense.
This commit is contained in:
parent
a0971264b8
commit
b622bc5ec5
1 changed files with 0 additions and 6 deletions
|
@ -271,12 +271,6 @@ class KWIN_EXPORT Window : public QObject
|
||||||
*/
|
*/
|
||||||
Q_PROPERTY(bool skipsCloseAnimation READ skipsCloseAnimation WRITE setSkipCloseAnimation NOTIFY skipCloseAnimationChanged)
|
Q_PROPERTY(bool skipsCloseAnimation READ skipsCloseAnimation WRITE setSkipCloseAnimation NOTIFY skipCloseAnimationChanged)
|
||||||
|
|
||||||
/**
|
|
||||||
* Interface to the Wayland Surface.
|
|
||||||
* Relevant only in Wayland, in X11 it will be nullptr
|
|
||||||
*/
|
|
||||||
Q_PROPERTY(KWaylandServer::SurfaceInterface *surface READ surface)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether the window is a popup.
|
* Whether the window is a popup.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue