summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11perf.c b/x11perf.c
index a32fe55..a77316d 100644
--- a/x11perf.c
+++ b/x11perf.c
@@ -1292,7 +1292,7 @@ main(int argc, char *argv[])
HSy = HEIGHT-1;
if (window_y + 1 + HEIGHT > DisplayHeight(xparms.d, screen))
HSy = DisplayHeight(xparms.d, screen) - (1 + window_y + 1);
- status = CreatePerfWindow(&xparms, window_x, HEIGHT+5, WIDTH, 20);
+ status = CreatePerfWindow(&xparms, window_x, window_y + HEIGHT+3, WIDTH, 20);
tgcv.foreground =
AllocateColor(xparms.d, "black", BlackPixel(xparms.d, screen));
tgcv.background =