diff options
author | Michele Calgaro <[email protected]> | 2024-03-27 10:58:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-29 11:23:31 +0900 |
commit | cc88c98f3884e8446e5cce409fb6d8e6c87b2c96 (patch) | |
tree | 1018be9a4d9aae4e086c186dfca9bd84aa6b80db /twin/geometry.cpp | |
parent | 7482fe22830ce974a15e3a132dcc3ac6cee1a65f (diff) | |
download | tdebase-cc88c98f3884e8446e5cce409fb6d8e6c87b2c96.tar.gz tdebase-cc88c98f3884e8446e5cce409fb6d8e6c87b2c96.zip |
twin: add tileWindowToBorder() and rename previously introduced tileHorizontally(), tileVertically(), tileGrid() DCOP calls
Signed-off-by: Michele Calgaro <[email protected]>
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); |