]> git.sur5r.net Git - i3/i3/commitdiff
Fix HEAD^
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 11 Oct 2009 12:30:57 +0000 (14:30 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 11 Oct 2009 12:31:10 +0000 (14:31 +0200)
src/xinerama.c

index b8034c26cecacb0db71f0d0f332936e35e312fcc..dd3f031b4f3a3689ce88c8424a85d734a93f5d48 100644 (file)
@@ -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};