summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wcmXCommand.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wcmXCommand.c b/src/wcmXCommand.c
index a208b46..174e301 100644
--- a/src/wcmXCommand.c
+++ b/src/wcmXCommand.c
@@ -377,8 +377,11 @@ int wcmSetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop,
data->values[3] = area->bottomY;
QueueWorkProc(reset_area_property, serverClient, data);
}
- } else /* offset for multimonitor */
+ }
+#if 0
+ else /* offset for multimonitor */
wcmAdjustArea(pInfo, area);
+#endif
priv->topX = area->topX;
priv->topY = area->topY;