diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-27 10:58:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-29 11:25:20 +0900 |
commit | 577b0ec106ca8a4e6072f3a05db137892d129840 (patch) | |
tree | db8529ef3663fb4f6c160e438a5ebd7a1400e350 /twin/client.h | |
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 <michele.calgaro@yahoo.it>
(cherry picked from commit cc88c98f3884e8446e5cce409fb6d8e6c87b2c96)
Diffstat (limited to 'twin/client.h')
-rw-r--r-- | twin/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/client.h b/twin/client.h index 30cf7bc8d..a59b20acd 100644 --- a/twin/client.h +++ b/twin/client.h @@ -240,7 +240,7 @@ class Client : public TQObject, public KDecorationDefines void cancelActiveBorderMaximizing(); bool isActiveBorderMaximizing() const; TQRect activeBorderMaximizeGeometry(); - void tile(ActiveBorder border); + void tileToBorder(ActiveBorder border); void growHorizontal(); void shrinkHorizontal(); |