fix get_xinerama_outputs: don't use global num_screens here
This commit is contained in:
parent
72f21a85a7
commit
30c9883428
2
bar.c
2
bar.c
@ -380,7 +380,7 @@ get_xinerama_outputs(xcb_window_t w, screen_t **spp)
|
|||||||
if (ret == NULL)
|
if (ret == NULL)
|
||||||
exit (1);
|
exit (1);
|
||||||
|
|
||||||
for (int i = num_screens-1; i >= 0; i--) {
|
for (int i = num; i >= 0; i--) {
|
||||||
ret[i].x = xs_info[i].x_org;
|
ret[i].x = xs_info[i].x_org;
|
||||||
ret[i].width = xs_info[i].width;
|
ret[i].width = xs_info[i].width;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user