From: Michael Stapelberg Date: Sun, 11 Oct 2009 12:28:27 +0000 (+0200) Subject: Bugfix: Also apply the fix of 74ccdb4 when re-querying xinerama screens (Thanks Scytale) X-Git-Tag: 3.d-bf1~32 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=904e254717346d71b8c277567c640843c9485525;p=i3%2Fi3 Bugfix: Also apply the fix of 74ccdb4 when re-querying xinerama screens (Thanks Scytale) --- diff --git a/src/xinerama.c b/src/xinerama.c index 4197939c..b8034c26 100644 --- a/src/xinerama.c +++ b/src/xinerama.c @@ -319,7 +319,7 @@ void xinerama_requery_screens(xcb_connection_t *conn) { LOG("old_screen->bar = %p\n", old_screen->bar); Rect bar_rect = {screen->rect.x, - screen->rect.height - (font->height + 6), + sscreen->rect.y + creen->rect.height - (font->height + 6), screen->rect.x + screen->rect.width, font->height + 6};