| H A D | xrandr.c | 27 RAreaList *areas; local in function:XrandrNewLayout 77 areas = RAreaListNew(i_nmonitors, NULL); 100 RAreaListAdd(areas, &cur_area); 105 // Build up an RLayout of those areas and their names, and hand it 107 return RLayoutSetMonitorsNames(RLayoutNew(areas), monitor_names);
|