diff --git a/debian/patches/0044-Revert-3.patch b/debian/patches/0044-Revert-3.patch new file mode 100644 index 00000000..4baef197 --- /dev/null +++ b/debian/patches/0044-Revert-3.patch @@ -0,0 +1,21 @@ +From: hanpinlong +Date: Tue, 30 Apr 2024 06:50:55 +0000 +Subject: =?utf-8?b?UmV2ZXJ0ICLmi7zmjqXlsY8zIg==?= + +This reverts commit fc9611f1542f461d71c23aa0577968bebf533bc6. +--- + src/plugins/platforms/xcb/qxcbscreen.h | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/plugins/platforms/xcb/qxcbscreen.h b/src/plugins/platforms/xcb/qxcbscreen.h +index fd8d962..448e336 100644 +--- a/src/plugins/platforms/xcb/qxcbscreen.h ++++ b/src/plugins/platforms/xcb/qxcbscreen.h +@@ -90,7 +90,6 @@ public: + + bool compositingActive() const; + +- QRect workArea() const { return m_workArea; } + void updateWorkArea(); + QRect availableGeometry(const QRect &screenGeometry) const; + diff --git a/debian/patches/series b/debian/patches/series index 8664795b..fdccce14 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -41,3 +41,4 @@ revert_startBlocking_removal.diff 0041-22.patch 0042-23-availablegeometry.patch 0043-availablegeometry.patch +0044-Revert-3.patch