summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-21 20:27:16 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-21 20:27:16 +0100
commit3ac0c6dd7d8543805356f632fd15ea4f1d7aba93 (patch)
treeedc7e546c2bccfd34327f39d20bfb66bf8bc6b18 /source/x11-helper.c
parent8914fbf2df7c78194ce9d45d12c695d0c8314eb0 (diff)
Quick fix.
Diffstat (limited to 'source/x11-helper.c')
-rw-r--r--source/x11-helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/x11-helper.c b/source/x11-helper.c
index 21ee519b..9a98d507 100644
--- a/source/x11-helper.c
+++ b/source/x11-helper.c
@@ -280,8 +280,8 @@ void monitor_active ( workarea *mon )
// place the menu above the window
// if some window is focused, place menu above window, else fall
// back to selected monitor.
- mon->x = t->dst_x-r->x;
- mon->y = t->dst_y-r->y;
+ mon->x = t->dst_x - r->x;
+ mon->y = t->dst_y - r->y;
mon->w = r->width;
mon->h = r->height;
mon->t = r->border_width;