拼接屏3

This commit is contained in:
韩品龙 2024-03-16 15:57:44 +08:00 committed by openkylin-cibot
parent eceea7069b
commit 490bb6266e
2 changed files with 21 additions and 0 deletions

20
debian/patches/0040-3.patch vendored Normal file
View File

@ -0,0 +1,20 @@
From: =?utf-8?b?6Z+p5ZOB6b6Z?= <hanpinlong@kylinos.cn>
Date: Sat, 16 Mar 2024 15:57:44 +0800
Subject: =?utf-8?b?5ou85o6l5bGPMw==?=
---
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 448e336..fd8d962 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;

View File

@ -37,3 +37,4 @@ revert_startBlocking_removal.diff
0037-hover.patch
0038-patch.patch
0039-2.patch
0040-3.patch