diff --git a/src/window.h b/src/window.h index 25e1324cf1..60c6acce34 100644 --- a/src/window.h +++ b/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. */