diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-07 22:51:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-13 22:30:18 +0900 |
commit | f5bdd235fc583f6674581df993165b9e7ae8774c (patch) | |
tree | 99ee83f98e820f07e262030f0fc4b01b574655ee /twin/client.h | |
parent | 607f0804ce4ade6f62539565b3542f1b8dba0c89 (diff) | |
download | tdebase-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/client.h')
-rw-r--r-- | twin/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twin/client.h b/twin/client.h index 00703608d..944b837f6 100644 --- a/twin/client.h +++ b/twin/client.h @@ -481,6 +481,7 @@ class Client : public TQObject, public KDecorationDefines int desk; bool buttonDown; bool moveResizeMode; + bool inhibitConfigureRequests; bool move_faked_activity; Window move_resize_grab_window; bool unrestrictedMoveResize; |