summaryrefslogtreecommitdiffstats
path: root/twin/events.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-07 22:51:13 +0900
committerMichele Calgaro <[email protected]>2023-12-13 22:30:18 +0900
commitf5bdd235fc583f6674581df993165b9e7ae8774c (patch)
tree99ee83f98e820f07e262030f0fc4b01b574655ee /twin/events.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 <[email protected]>
Diffstat (limited to 'twin/events.cpp')
-rw-r--r--twin/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/events.cpp b/twin/events.cpp
index 10c06f93d..166767239 100644
--- a/twin/events.cpp
+++ b/twin/events.cpp
@@ -785,7 +785,7 @@ void Client::configureRequestEvent( XConfigureRequestEvent* e )
{
if( e->window != window())
return; // ignore frame/wrapper
- if ( isResize() || isMove())
+ if ( isResize() || isMove() || inhibitConfigureRequests)
{
// Send a synthetic configure notification to make sure the
// window contents get updated by the application