summaryrefslogtreecommitdiffstats
path: root/twin/geometry.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-07 22:51:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-13 22:30:18 +0900
commitf5bdd235fc583f6674581df993165b9e7ae8774c (patch)
tree99ee83f98e820f07e262030f0fc4b01b574655ee /twin/geometry.cpp
parent607f0804ce4ade6f62539565b3542f1b8dba0c89 (diff)
downloadtdebase-f5bdd235fc583f6674581df993165b9e7ae8774c.tar.gz
tdebase-f5bdd235fc583f6674581df993165b9e7ae8774c.zip
twin: use separate bit to inhibit configure request messages. This resolves issue #434.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin/geometry.cpp')
-rw-r--r--twin/geometry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/geometry.cpp b/twin/geometry.cpp
index 65285cab6..f729c702c 100644
--- a/twin/geometry.cpp
+++ b/twin/geometry.cpp
@@ -1451,7 +1451,7 @@ const TQPoint Client::calculateGravitation( bool invert, int gravity ) const
void Client::configureRequest( int value_mask, int rx, int ry, int rw, int rh, int gravity, bool from_tool )
{
- moveResizeMode = true;
+ inhibitConfigureRequests = true;
configureRequestTimer->start(100, true);
if( gravity == 0 ) // default (nonsense) value for the argument
gravity = xSizeHint.win_gravity;