From 2b679c6b9eeccebccadf880fd6f06161d10093eb Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 11 Oct 2009 14:30:57 +0200 Subject: [PATCH] Fix HEAD^ --- src/xinerama.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xinerama.c b/src/xinerama.c index d42c16ff..e1581612 100644 --- a/src/xinerama.c +++ b/src/xinerama.c @@ -320,7 +320,7 @@ void xinerama_requery_screens(xcb_connection_t *conn) { LOG("old_screen->bar = %p\n", old_screen->bar); Rect bar_rect = {screen->rect.x, - sscreen->rect.y + creen->rect.height - (font->height + 6), + screen->rect.y + screen->rect.height - (font->height + 6), screen->rect.x + screen->rect.width, font->height + 6}; -- 2.39.5