aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4b69079..a371f23 100644
--- a/main.c
+++ b/main.c
@@ -218,7 +218,7 @@ x_check_geometry(XRectangle si) {
dzen.title_win.x + si.x;
dzen.title_win.y = dzen.title_win.y < 0 ?
si.height + dzen.title_win.y + si.y :
- dzen.title_win.y + si.x;
+ dzen.title_win.y + si.y;
if(dzen.title_win.x > si.x + si.width)