Fix #69. Thanks @matchew !
This commit is contained in:
parent
6df9a2dd68
commit
69e8ac6f07
4
bar.c
4
bar.c
|
@ -709,9 +709,7 @@ get_randr_monitors (void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ci_reply->rotation & (XCB_RANDR_ROTATION_ROTATE_90|XCB_RANDR_ROTATION_ROTATE_270))
|
/* There's no need to handle rotated screens here (see #69) */
|
||||||
rects[i] = (xcb_rectangle_t){ ci_reply->x, ci_reply->y, ci_reply->height, ci_reply->width };
|
|
||||||
else
|
|
||||||
rects[i] = (xcb_rectangle_t){ ci_reply->x, ci_reply->y, ci_reply->width, ci_reply->height };
|
rects[i] = (xcb_rectangle_t){ ci_reply->x, ci_reply->y, ci_reply->width, ci_reply->height };
|
||||||
|
|
||||||
free(ci_reply);
|
free(ci_reply);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user