summaryrefslogtreecommitdiffstats
path: root/twin/events.cpp
diff options
context:
space:
mode:
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