From: Michael Stapelberg Date: Sun, 11 Oct 2009 12:30:57 +0000 (+0200) Subject: Fix HEAD^ X-Git-Tag: 3.d-bf1~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3334e27710abcc42273908b80cf2dd4450714002;p=i3%2Fi3 Fix HEAD^ --- diff --git a/src/xinerama.c b/src/xinerama.c index b8034c26..dd3f031b 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, - 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};