summaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index b13002d6..6126bdc5 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -2990,7 +2990,7 @@ void BlackboxWindow::doMove(int x_root, int y_root) {
/*
If the XWarpPointer is done after the configure, we can end up
grabbing another window, so made sure you do it first.
- */
+ */
int dest_x;
if (x_root <= 0) {
dest_x = screen->getRect().right() - 1;