Bugfix: Also apply the fix of 74ccdb4
when re-querying xinerama screens (Thanks Scytale)
This commit is contained in:
parent
87ced0438a
commit
d4ff702f19
|
@ -320,7 +320,7 @@ void xinerama_requery_screens(xcb_connection_t *conn) {
|
||||||
LOG("old_screen->bar = %p\n", old_screen->bar);
|
LOG("old_screen->bar = %p\n", old_screen->bar);
|
||||||
|
|
||||||
Rect bar_rect = {screen->rect.x,
|
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,
|
screen->rect.x + screen->rect.width,
|
||||||
font->height + 6};
|
font->height + 6};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue