Bugfix: Also apply the fix of 74ccdb4 when re-querying xinerama screens (Thanks Scytale)

next
Michael Stapelberg 2009-10-11 14:28:27 +02:00
parent 87ced0438a
commit d4ff702f19
1 changed files with 1 additions and 1 deletions

View File

@ -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,
screen->rect.height - (font->height + 6),
sscreen->rect.y + creen->rect.height - (font->height + 6),
screen->rect.x + screen->rect.width,
font->height + 6};