From fc9611f1542f461d71c23aa0577968bebf533bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E5=93=81=E9=BE=99?= Date: Sat, 16 Mar 2024 15:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E6=8E=A5=E5=B1=8F3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/platforms/xcb/qxcbscreen.h | 1 + 1 file changed, 1 insertion(+) 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;