37
39
return RLayoutNew(cropped_monitors);
40
50
void RLayoutFree(RLayout *self)
42
52
RAreaListFree(self->monitors);
43
53
RAreaListFree(self->horiz);
44
54
RAreaListFree(self->vert);
48
66
static RAreaList *_RLayoutRecenterVertically(RLayout *self, RArea *far_area)