diff options
author | Michele Calgaro <[email protected]> | 2024-03-27 10:58:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-29 11:25:20 +0900 |
commit | 577b0ec106ca8a4e6072f3a05db137892d129840 (patch) | |
tree | db8529ef3663fb4f6c160e438a5ebd7a1400e350 /twin/geometry.cpp | |
parent | 62ce84146e5a9505e59121b9ab65f9e32704f16f (diff) | |
download | tdebase-577b0ec106ca8a4e6072f3a05db137892d129840.tar.gz tdebase-577b0ec106ca8a4e6072f3a05db137892d129840.zip |
twin: add tileWindowToBorder() and rename previously introduced tileHorizontally(), tileVertically(), tileGrid() DCOP calls
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cc88c98f3884e8446e5cce409fb6d8e6c87b2c96)
Diffstat (limited to 'twin/geometry.cpp')
-rw-r--r-- | twin/geometry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/geometry.cpp b/twin/geometry.cpp index 34117da20..581c07ac1 100644 --- a/twin/geometry.cpp +++ b/twin/geometry.cpp @@ -2828,7 +2828,7 @@ TQRect Client::activeBorderMaximizeGeometry() return ret; } -void Client::tile(ActiveBorder border) { +void Client::tileToBorder(ActiveBorder border) { if (!isResizable()) return; activeTiled = true; setActiveBorderMode(ActiveTilingMode); |