Add Window.clientGeometry property

wilder/Plasma/6.2
Vlad Zahorodnii 2 years ago
parent d24568a89c
commit 51642177e3
  1. 5
      src/window.h

@ -68,6 +68,11 @@ class KWIN_EXPORT Window : public QObject
*/
Q_PROPERTY(QRectF bufferGeometry READ bufferGeometry)
/**
* The geometry of the Window without frame borders.
*/
Q_PROPERTY(QRectF clientGeometry READ clientGeometry)
/**
* This property holds the position of the Window's frame geometry.
*/

Loading…
Cancel
Save