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

This commit is contained in:
Michael Stapelberg 2009-10-11 14:28:27 +02:00
parent 74ccdb4760
commit 904e254717
1 changed files with 1 additions and 1 deletions

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