diff --git a/src/plugins/platforms/xcb/qxcbscreen.h b/src/plugins/platforms/xcb/qxcbscreen.h index 448e3364..fd8d9623 100644 --- a/src/plugins/platforms/xcb/qxcbscreen.h +++ b/src/plugins/platforms/xcb/qxcbscreen.h @@ -90,6 +90,7 @@ public: bool compositingActive() const; + QRect workArea() const { return m_workArea; } void updateWorkArea(); QRect availableGeometry(const QRect &screenGeometry) const;