|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
From d0bccdb7ee9c75461e8453d13d67eb738bba51ce Mon Sep 17 00:00:00 2001
|
|
|
|
|
From 56ea62afd4c6bc94bc3eea9e468eb3b63b566fae Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Jacopo De Simoi <wilderjds@protonmail.com>
|
|
|
|
|
Date: Mon, 19 Jan 2026 10:22:58 -0500
|
|
|
|
|
Subject: [PATCH 10/22] Implement core panning methods
|
|
|
|
|
@ -24,7 +24,7 @@ index 6f6142a820..04dd5bc374 100644 |
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
diff --git a/src/placement.cpp b/src/placement.cpp
|
|
|
|
|
index 5074285437..3487d9effd 100644
|
|
|
|
|
index 5074285437..815738cb7d 100644
|
|
|
|
|
--- a/src/placement.cpp
|
|
|
|
|
+++ b/src/placement.cpp
|
|
|
|
|
@@ -11,6 +11,8 @@
|
|
|
|
|
@ -40,7 +40,7 @@ index 5074285437..3487d9effd 100644 |
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
+void Workspace::panWindows(KWin::Output *output, qreal pixels, bool shiftActive)
|
|
|
|
|
+void Workspace::panWindows(KWin::LogicalOutput *output, qreal pixels, bool shiftActive)
|
|
|
|
|
+{ // In case we have problems, here we moved from using indices for
|
|
|
|
|
+ // screens to using pointers; this may lead to trouble in testing.
|
|
|
|
|
+
|
|
|
|
|
|