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:23:31 +0900 |
commit | cc88c98f3884e8446e5cce409fb6d8e6c87b2c96 (patch) | |
tree | 1018be9a4d9aae4e086c186dfca9bd84aa6b80db /twin/client.h | |
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 <michele.calgaro@yahoo.it>
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(); |